diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:malte-v/nixpkgs/raspi4"; + nixpkgs.url = "github:illustris/nixpkgs/guestfs-tools"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = @@ -41,7 +41,7 @@ let pkgs = import nixpkgs { inherit system; - overlays = [ overlay ]; + overlays = [ (import ./overlay.nix) overlay ]; }; in pkgs.reMder; |