diff options
author | Malte Voos <git@mal.tc> | 2025-07-02 18:48:55 +0200 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-07-02 21:17:21 +0200 |
commit | 2f75a298e4871ac1f6a3a09e6644aa63d69af70d (patch) | |
tree | 8b792ee3e66ce0518e6e8c34d60b99d4f7bfe009 /flake.nix | |
parent | 1b8dc665934f3e1a386a43e0ecb6d2eaf89ea5aa (diff) | |
download | reMder-2f75a298e4871ac1f6a3a09e6644aa63d69af70d.tar.gz reMder-2f75a298e4871ac1f6a3a09e6644aa63d69af70d.zip |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index f8bf227..c96b9c9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:malte-v/nixpkgs/raspi3"; + nixpkgs.url = "github:malte-v/nixpkgs/raspi4"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = |