replaces rpi flake with a maintained one

This commit is contained in:
2026-05-20 16:01:36 +01:00
parent 1e8337e380
commit 212af403dc
6 changed files with 144 additions and 182 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
nixvim.url = "github:nix-community/nixvim";
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main";
raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
raspberry-pi-nix.url = "github:cmyk/raspberry-pi-nix";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";