mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
parent
76f4119605
commit
6877988515
2 changed files with 2 additions and 3 deletions
|
|
@ -403,7 +403,7 @@
|
|||
|
||||
devShells =
|
||||
let
|
||||
makeShell = import ./packaging/dev-shell.nix { inherit inputs lib devFlake; };
|
||||
makeShell = import ./packaging/dev-shell.nix { inherit lib devFlake; };
|
||||
prefixAttrs = prefix: lib.concatMapAttrs (k: v: { "${prefix}-${k}" = v; });
|
||||
in
|
||||
forAllSystems (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue