test
This commit is contained in:
parent
152d7b1e5d
commit
cec3dd9f46
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||||
|
|
||||||
# Bleeding edge nixpkgs
|
# Bleeding edge nixpkgs
|
||||||
unstable-nixpkgs.url = "nixpkgs/nixos-unstable";
|
unstable.url = "nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Manage dotfiles in a home directory
|
# Manage dotfiles in a home directory
|
||||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
config = { allowUnfree = true; };
|
config = { allowUnfree = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
unstable = import unstable-nixpkgs {
|
unstable = import unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = { allowUnfree = true; };
|
config = { allowUnfree = true; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue