wrong scope for devshell oops

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-02 17:19:28 +01:00
parent a8cbe024dd
commit 5d0ce5b34a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -90,9 +90,9 @@
echo "file binary-dist $out/rkbfirm.uf2.zst" > $out/nix-support/hydra-build-products echo "file binary-dist $out/rkbfirm.uf2.zst" > $out/nix-support/hydra-build-products
echo "$pname-$version" > $out/nix-support/hydra-release-name echo "$pname-$version" > $out/nix-support/hydra-release-name
''; '';
devShell = devShells.default;
}; };
default = rkbfirm; default = rkbfirm;
devShell = devShells.default;
}; };
nixosModules.default = import ./nixos { nixosModules.default = import ./nixos {
inherit inputs system; inherit inputs system;