Skip to content

Commit d68d847

Browse files
authored
Bump flake-compat to latest iohk version (#1655)
* Bump flake-compat to latest iohk version * Fix nix-shell
1 parent c8222d3 commit d68d847

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

default.nix

+1-1
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

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
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 = {

shell.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(import ./default.nix {}).devShell.${builtins.currentSystem}
1+
(import ./default.nix {}).devShells.${builtins.currentSystem}

0 commit comments

Comments
 (0)