reformat nix package file
1 file changed, 4 insertions(+), 3 deletions(-)
changed files
M nix/package/default.nix → nix/package/default.nix
@@ -1,4 +1,5 @@ -{ pkgs ? ( +{ + pkgs ? ( let inherit (builtins) fetchTree fromJSON readFile; inherit ((fromJSON (readFile ./flake.lock)).nodes) nixpkgs gomod2nix;@@ -8,8 +9,8 @@ overlays = [ (import "${fetchTree gomod2nix.locked}/overlay.nix") ]; } - ) -, buildGoApplication ? pkgs.buildGoApplication + ), + buildGoApplication ? pkgs.buildGoApplication, }: let inherit (pkgs) lib nixosTests;