summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2023-03-01 15:46:25 +0100
committerQuentin Aristote <quentin@aristote.fr>2023-03-01 15:46:25 +0100
commitd954e4cc44a17c301d3d41dc02428e58d1d58cc9 (patch)
tree27c1a359420188608f6677404b99bd1556aa1063 /flake.nix
parentd5f0c356a33ec0b5670595f9a5175a642acee900 (diff)
use local version of my-nixpkgs
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 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 }: