Skip to content

Commit 8a7053c

Browse files
committed
Bump flake-compat to latest iohk version
1 parent 1b15377 commit 8a7053c

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
pkgs = args.pkgs or (import nixpkgsSrc {});
1313
flake-compat =
1414
pkgs.fetchzip {
15-
url = "https://github.com/edolstra/flake-compat/archive/${flakeCompatPin.rev}.tar.gz";
15+
url = "https://github.com/input-output-hk/flake-compat/archive/${flakeCompatPin.rev}.tar.gz";
1616
sha256 = flakeCompatPin.narHash;
1717
};
1818
self = import flake-compat {

flake.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
nixpkgs-2111 = { url = "github:NixOS/nixpkgs/nixpkgs-21.11-darwin"; };
99
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/nixpkgs-22.05-darwin"; };
1010
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable"; };
11-
flake-compat = { url = "github:hamishmack/flake-compat/hkm/pkgs-fetch"; flake = false; };
11+
flake-compat = { url = "github:input-output-hk/flake-compat"; flake = false; };
1212
flake-utils = { url = "github:numtide/flake-utils"; };
1313
hydra.url = "hydra";
1414
hackage = {

0 commit comments

Comments
 (0)