wrong scope for devshell oops
This commit is contained in:
parent
a8cbe024dd
commit
5d0ce5b34a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue