mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 19:27:05 +02:00
chore: nix fmt
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
constants,
|
||||
}: let
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
mylib = import ../lib { inherit lib; };
|
||||
mylib = import ../lib {inherit lib;};
|
||||
vars = import ./vars.nix;
|
||||
|
||||
specialArgsForSystem = system:
|
||||
|
||||
Reference in New Issue
Block a user