This commit is contained in:
iFargle 2023-07-02 19:12:32 +09:00
parent 152d7b1e5d
commit cec3dd9f46

View file

@ -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; };
}; };