From d954e4cc44a17c301d3d41dc02428e58d1d58cc9 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 1 Mar 2023 15:46:25 +0100 Subject: use local version of my-nixpkgs --- flake.lock | 13 +++++-------- flake.nix | 2 +- 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 }: -- cgit v1.2.3