all repos — elgit @ 7dc7388f9341e1f13c6cb4ce18a14671c75a0f06

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

use nixpkgs-unstable instead of nixos-unstable

Alan Pearce
commit

7dc7388f9341e1f13c6cb4ce18a14671c75a0f06

parent

89fee51a3c14df6432681871bb8fd36d198497df

2 files changed, 5 insertions(+), 5 deletions(-)

changed files
M flake.lockflake.lock
@@ -43,16 +43,16 @@ }
}, "nixpkgs": { "locked": { - "lastModified": 1756542300, - "narHash": "sha256-tlOn88coG5fzdyqz6R93SQL5Gpq+m/DsWpekNFhqPQk=", + "lastModified": 1756536218, + "narHash": "sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d7600c775f877cd87b4f5a831c28aa94137377aa", + "rev": "a918bb3594dd243c2f8534b3be01b3cb4ed35fd1", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixpkgs-unstable", "repo": "nixpkgs", "type": "github" }
M flake.nixflake.nix
@@ -1,7 +1,7 @@
{ description = "A basic gomod2nix flake"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.gomod2nix.url = "github:nix-community/gomod2nix"; inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs";