aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2026-05-20 16:21:34 +0900
committerMalte Voos <git@mal.tc>2026-05-20 16:21:34 +0900
commita5b1a5a6a22ddd4b30de59cfcb965cc918a6485a (patch)
tree917efccae82f42edaf076cef07940136ca01727f /flake.nix
parent6fad1403d5be46fc0918b7ec1e259866b3c65e17 (diff)
downloadreMder-a5b1a5a6a22ddd4b30de59cfcb965cc918a6485a.tar.gz
reMder-a5b1a5a6a22ddd4b30de59cfcb965cc918a6485a.zip
update progress, everything except ssh working
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c96b9c9..8def35e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;