Use nixos unstable channel

This commit is contained in:
2022-11-14 00:21:23 +01:00
parent 96dc68a349
commit 4f28dd95b2
2 changed files with 28 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{
inputs = {
home-manager = {
url = "github:nix-community/home-manager/release-22.05";
url = "github:nix-community/home-manager/master";
/* url = "github:nix-community/home-manager/release-22.05"; */
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-22.05";
url = "github:nixos/nixpkgs/nixos-unstable";
};
flake-utils = {
url = "github:numtide/flake-utils";