mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02: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