Commit c1b98d8d7283

Vincent Demeester <vincent@sbr.pm>
2025-08-14 12:28:58
flake.nix: forgot the inputs...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cd2d745
Changed files (1)
flake.nix
@@ -94,13 +94,13 @@
         #   hostname = "nagoya";
         #   hardwareType = "rpi4"; # to disable tpm2 TODO find a better way
         # };
-        nagoya = nixos-raspberrypi.lib.nixosSystem {
+        nagoya = inputs.nixos-raspberrypi.lib.nixosSystem {
           specialArgs = inputs;
           modules = [
             (
               { ... }:
               {
-                imports = with nixos-raspberrypi.nixosModules; [
+                imports = with inputs.nixos-raspberrypi.nixosModules; [
                   raspberry-pi-5.base
                   raspberry-pi-5.bluetooth
                 ];