flake: formatting
This commit is contained in:
parent
0d3b2888fe
commit
c3c61f0248
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
wrapUtils = { pkgs, unstable, system }:
|
wrapUtils = { pkgs, unstable, system }:
|
||||||
import ./lib { inherit nixpkgs nixos-unstable home-manager system pkgs unstable; };
|
import ./lib { inherit nixpkgs nixos-unstable home-manager system pkgs unstable; };
|
||||||
|
|
||||||
pkgsLinuxX64 = wrapPkgsSystem { system = sysLinuxX64; };
|
pkgsLinuxX64 = wrapPkgsSystem { system = sysLinuxX64; };
|
||||||
unstableLinuxX64 = wrapUnstablePkgsSystem { system = sysLinuxX64; };
|
unstableLinuxX64 = wrapUnstablePkgsSystem { system = sysLinuxX64; };
|
||||||
utilsLinuxX64 = wrapUtils { system = sysLinuxX64; pkgs = pkgsLinuxX64; unstable = unstableLinuxX64; };
|
utilsLinuxX64 = wrapUtils { system = sysLinuxX64; pkgs = pkgsLinuxX64; unstable = unstableLinuxX64; };
|
||||||
|
Loading…
Reference in New Issue
Block a user