1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Fix dev shell

There was one `inputs.nixFmt` left after 573ffac2e6.
This commit is contained in:
John Ericson 2025-02-19 14:45:41 -05:00
parent 76f4119605
commit 6877988515
2 changed files with 2 additions and 3 deletions

View file

@ -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 (