about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock5
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 9b757473..0ae3ad6f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -46,9 +46,10 @@
         "type": "github"
       },
       "original": {
-        "id": "nixpkgs",
+        "owner": "NixOS",
         "ref": "nixos-unstable",
-        "type": "indirect"
+        "repo": "nixpkgs",
+        "type": "github"
       }
     },
     "root": {
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";
   };