flake: formatting

This commit is contained in:
Giulio De Pasquale 2023-02-11 02:32:17 +01:00
parent 0d3b2888fe
commit c3c61f0248

View File

@ -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; };