add devshell as a package
This commit is contained in:
parent
0e71c1cdb7
commit
a8cbe024dd
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, rust-overlay, cargo2nix, ... } @ inputs: flake-utils.lib.eachSystem [ "aarch64-linux" "x86_64-linux" ] (system:
|
||||
outputs = { self, nixpkgs, flake-utils, rust-overlay, cargo2nix, ... } @ inputs: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
|
||||
let
|
||||
overlays = [
|
||||
cargo2nix.overlays.default
|
||||
|
@ -90,6 +90,7 @@
|
|||
echo "file binary-dist $out/rkbfirm.uf2.zst" > $out/nix-support/hydra-build-products
|
||||
echo "$pname-$version" > $out/nix-support/hydra-release-name
|
||||
'';
|
||||
devShell = devShells.default;
|
||||
};
|
||||
default = rkbfirm;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue