diff options
author | Malte Voos <git@mal.tc> | 2025-02-17 23:56:27 +0100 |
---|---|---|
committer | Malte Voos <git@mal.tc> | 2025-02-17 23:56:27 +0100 |
commit | e1bbd03df6324936fb63e676f562e47e51b0a837 (patch) | |
tree | d8318f478b0a873f6442201a776c5e308fc290aa /flake.nix | |
parent | c3a8e89a4bfab3c64c94fc6df42e94b231be4bff (diff) | |
download | reMder-e1bbd03df6324936fb63e676f562e47e51b0a837.tar.gz reMder-e1bbd03df6324936fb63e676f562e47e51b0a837.zip |
foo
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 27a4a38..ef3a18c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:malte-v/nixpkgs/libguestfs-appliance-fix"; + nixpkgs.url = "github:malte-v/nixpkgs/raspi3"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils }: |