summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock13
-rw-r--r--flake.nix2
2 files changed, 6 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index c0fa093..bea162f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -40,16 +40,13 @@
},
"locked": {
"lastModified": 1677675864,
- "narHash": "sha256-8Bz+Wd/e/oSDJ7OIYGt0/6nINXsj2/2PbrN5ZhOPa0k=",
- "owner": "qaristote",
- "repo": "my-nixpkgs",
- "rev": "857b17aa02062cc3e036e4049e37c11eb1a7e707",
- "type": "github"
+ "narHash": "sha256-U1clIpa9CnhMMUZCVesoo25Sb33dksYO+qAmBxmWWzg=",
+ "type": "git",
+ "url": "file:///home/qaristote/code/nix/my-nixpkgs"
},
"original": {
- "owner": "qaristote",
- "repo": "my-nixpkgs",
- "type": "github"
+ "type": "git",
+ "url": "file:///home/qaristote/code/nix/my-nixpkgs"
}
},
"nixos-hardware": {
diff --git a/flake.nix b/flake.nix
index 33b2044..9b97a1a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- my-nixpkgs.url = "github:qaristote/my-nixpkgs";
+ my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
};
outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, home-manager }: