diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 15:46:25 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-03-01 15:46:25 +0100 |
| commit | d954e4cc44a17c301d3d41dc02428e58d1d58cc9 (patch) | |
| tree | 27c1a359420188608f6677404b99bd1556aa1063 /flake.nix | |
| parent | d5f0c356a33ec0b5670595f9a5175a642acee900 (diff) | |
use local version of my-nixpkgs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }: |
