summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock13
-rw-r--r--flake.nix2
2 files changed, 9 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 8e714cd..fdc6f17 100644
--- a/flake.lock
+++ b/flake.lock
@@ -44,14 +44,17 @@
"nur": "nur"
},
"locked": {
- "lastModified": 1676820683,
+ "lastModified": 1676822972,
"narHash": "sha256-Duxvn4bUTG0n03KO3cxvqThtEk1e6FfLdGXJLKrOV8c=",
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "rev": "7b29378f133ed49c341d996698bb1207edc950a4",
+ "type": "github"
},
"original": {
- "type": "git",
- "url": "file:///home/qaristote/code/nix/my-nixpkgs"
+ "owner": "qaristote",
+ "repo": "my-nixpkgs",
+ "type": "github"
}
},
"nixpkgs": {
diff --git a/flake.nix b/flake.nix
index 7287cad..30c5114 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
url = "github:qaristote/webpage";
inputs.nixpkgs.follows = "/nixpkgs";
};
- my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
+ my-nixpkgs.url = "github:qaristote/my-nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
};