nixos-option: add devShell
This commit is contained in:
@@ -0,0 +1 @@
|
||||
use nix
|
||||
@@ -0,0 +1,7 @@
|
||||
with import ../../../.. { };
|
||||
nixos-option.overrideAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ [
|
||||
# hiprio so that it has a higher priority than the default unwrapped clang tools from clang if our stdenv is based on clang
|
||||
(lib.hiPrio pkgs.buildPackages.clang-tools)
|
||||
];
|
||||
})
|
||||
Reference in New Issue
Block a user