1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-22 23:51:39 +03:00

flake: switch to upstream fup

The divnix fork paches don't actually matter because we always pass fup
a channel input. Digga will error out early if there is any issues, so
fup channel input auto-detection never gets called.
This commit is contained in:
Parthiv Seetharaman 2022-01-13 22:01:33 -08:00
parent dcf744906f
commit a966d439da
2 changed files with 6 additions and 7 deletions

View File

@ -88,15 +88,15 @@
"flake-utils": "flake-utils"
},
"locked": {
"lastModified": 1638994888,
"narHash": "sha256-iz/ynGNZlvqKCOnFrEKqGA+BVKGQMG+g2JT+e3OOLN8=",
"owner": "divnix",
"lastModified": 1639385028,
"narHash": "sha256-oqorKz3mwf7UuDJwlbCEYCB2LfcWLL0DkeCWhRIL820=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "b4f9f517574cb7bd6ee3f19c72c19634c9f536e1",
"rev": "be1be083af014720c14f3b574f57b6173b4915d0",
"type": "github"
},
"original": {
"owner": "divnix",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"type": "github"
}

View File

@ -19,8 +19,7 @@
home-manager.inputs.nixpkgs.follows = "nixlib";
devshell.url = "github:numtide/devshell";
# fork with urgent fixes that can't be added quickly upstream in respect of upstream user base
flake-utils-plus.url = "github:divnix/flake-utils-plus";
flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus";
nixos-generators.url = "github:nix-community/nixos-generators";
nixos-generators.inputs.nixpkgs.follows = "blank";