Move just
This commit is contained in:
parent
0c7d16a053
commit
12cfadd564
|
@ -22,9 +22,10 @@
|
||||||
mkNixos = import ./lib/nixos { inherit inputs self username; };
|
mkNixos = import ./lib/nixos { inherit inputs self username; };
|
||||||
mkWsl = import ./lib/wsl2 { inherit inputs self username; };
|
mkWsl = import ./lib/wsl2 { inherit inputs self username; };
|
||||||
|
|
||||||
inherit (pkgs) just mkShell;
|
inherit (pkgs) mkShell;
|
||||||
in {
|
in {
|
||||||
packages.${system}.default = mkShell { buildInputs = [ just ]; };
|
packages.${system}.default =
|
||||||
|
mkShell { buildInputs = with pkgs; [ just ]; };
|
||||||
|
|
||||||
formatter.${system} = pkgs.nixfmt-classic;
|
formatter.${system} = pkgs.nixfmt-classic;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue