summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock15
-rw-r--r--flake.nix2
2 files changed, 10 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 647c700..a9ddd80 100644
--- a/flake.lock
+++ b/flake.lock
@@ -23,14 +23,17 @@
"nur": "nur"
},
"locked": {
- "lastModified": 1677602708,
- "narHash": "sha256-czJ8cCgX4vfANsAArzbXa3m50LMJtldbsr3HXH+xEEk=",
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "lastModified": 1677602869,
+ "narHash": "sha256-MJlDNLdBIh8pjlkS+lArXFH/Xu2GkAFc+3cbI/BHmxM=",
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "rev": "70d60e5ee6d1092f765807b8483c9c16d2afa678",
+ "type": "github"
},
"original": {
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "type": "github"
}
},
"nixos-hardware": {
diff --git a/flake.nix b/flake.nix
index 9b97a1a..33b2044 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,6 @@
{
inputs = {
- my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
+ my-nixpkgs.url = "github:qaristote/my-nixpkgs";
};
outputs = { self, nixpkgs, my-nixpkgs, nixos-hardware, home-manager }: