diff options
| author | Malte Voos <git@mal.tc> | 2026-05-20 16:21:34 +0900 |
|---|---|---|
| committer | Malte Voos <git@mal.tc> | 2026-05-20 16:21:34 +0900 |
| commit | a5b1a5a6a22ddd4b30de59cfcb965cc918a6485a (patch) | |
| tree | 917efccae82f42edaf076cef07940136ca01727f /flake.nix | |
| parent | 6fad1403d5be46fc0918b7ec1e259866b3c65e17 (diff) | |
| download | reMder-a5b1a5a6a22ddd4b30de59cfcb965cc918a6485a.tar.gz reMder-a5b1a5a6a22ddd4b30de59cfcb965cc918a6485a.zip | |
update progress, everything except ssh working
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; |