mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 22:07:00 +05:30
fix(flakes): adjust flake-compat URL
This commit is contained in:
parent
c505063402
commit
7a7179bca7
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||
in
|
||||
fetchTarball {
|
||||
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||
url = "https://github.com/nix-community/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
||||
}) {src = ./.;})
|
||||
.defaultNix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue