diff options
author | ene <ene@sils.li> | 2023-02-04 11:58:46 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-04 11:58:46 +0100 |
commit | c8f8b7257308d0b456fd89ba15f2610e881c7c93 (patch) | |
tree | 5d961f8880ba662ef5449b6c5f5736d20b093160 /flake.nix | |
parent | Feat: Made more configuration host independent (diff) | |
download | nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.tar.gz nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.zip |
Build(flake): Updated references
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index c8ba31df..f0664d36 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Nixos system config"; inputs = { - nixpkgs.url = "nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager/master"; }; |