nix: inline env set; add clang-tools to devshell & name shell
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5cf7ad8f9fc8c568e53e6cf8dda12b746a6a6964
This commit is contained in:
parent
98fd1bfc52
commit
c710b622da
1 changed files with 3 additions and 3 deletions
|
|
@ -9,6 +9,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
default = pkgs.mkShell {
|
||||
name = "nixir";
|
||||
buildInputs = with pkgs; [
|
||||
boost.dev
|
||||
libblake3.dev
|
||||
|
|
@ -27,11 +28,10 @@
|
|||
pkg-config
|
||||
ninja
|
||||
bear
|
||||
clang-tools
|
||||
];
|
||||
|
||||
env = {
|
||||
NIX_PLUGINABI = "0.2";
|
||||
};
|
||||
env.NIX_PLUGINABI = "0.2";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue