about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-04 11:58:46 +0100
committerene <ene@sils.li>2023-02-04 11:58:46 +0100
commitc8f8b7257308d0b456fd89ba15f2610e881c7c93 (patch)
tree5d961f8880ba662ef5449b6c5f5736d20b093160 /flake.nix
parentFeat: Made more configuration host independent (diff)
downloadnixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.tar.gz
nixos-config-c8f8b7257308d0b456fd89ba15f2610e881c7c93.zip
Build(flake): Updated references
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
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";
   };