all repos — elgit @ b1ee69a734bd7a44f37b83c2b9722e4c20c5f192

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

use tarball for nixpkgs

Alin
commit

b1ee69a734bd7a44f37b83c2b9722e4c20c5f192

parent

96870ea44580e1d2578e8c77ebe99bb377e2bd0f

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M flake.nixflake.nix
@@ -1,7 +1,7 @@
{ description = "A basic gomod2nix flake"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + inputs.nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.zst"; inputs.gomod2nix.url = "github:nix-community/gomod2nix"; inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs";