forked from extern/nix-config
nix: Fix nixpkgs url
This commit is contained in:
parent
30589fe822
commit
d654c01f30
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-22.11";
|
home-manager.url = "github:nix-community/home-manager/release-22.11";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user