all repos — elgit @ fe7e3de48ef5ff91b1fabb4029584ae2af3461b9

fork of legit: web frontend for git, written in go

reformat nix package file

Alan Pearce
commit

fe7e3de48ef5ff91b1fabb4029584ae2af3461b9

parent

381f2ef046230907c36e00f2a436e3b2219565c1

1 file changed, 4 insertions(+), 3 deletions(-)

changed files
M nix/package/default.nixnix/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;