mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-27 17:07:44 +00:00
flake: devShells: use same pkgs as for packages output
This commit is contained in:
parent
3caaa22f3e
commit
0f3d5d81dd
1 changed files with 5 additions and 3 deletions
|
@ -27,9 +27,11 @@
|
||||||
})
|
})
|
||||||
pkgsForEach;
|
pkgsForEach;
|
||||||
|
|
||||||
devShells = forAllSystems (system: {
|
devShells =
|
||||||
default = pkgsForEach.${system}.callPackage ./nix/shell.nix {};
|
nixpkgs.lib.mapAttrs (system: pkgs: {
|
||||||
});
|
default = pkgs.callPackage ./nix/shell.nix {};
|
||||||
|
})
|
||||||
|
pkgsForEach;
|
||||||
|
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
superfreq = import ./nix/module.nix inputs;
|
superfreq = import ./nix/module.nix inputs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue