Skip to content

Commit

Permalink
Bump flake-compat to latest iohk version (#1655)
Browse files Browse the repository at this point in the history
* Bump flake-compat to latest iohk version

* Fix nix-shell
  • Loading branch information
hamishmack authored Sep 12, 2022
1 parent c8222d3 commit d68d847
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let
pkgs = args.pkgs or (import nixpkgsSrc {});
flake-compat =
pkgs.fetchzip {
url = "https://github.com/edolstra/flake-compat/archive/${flakeCompatPin.rev}.tar.gz";
url = "https://github.com/input-output-hk/flake-compat/archive/${flakeCompatPin.rev}.tar.gz";
sha256 = flakeCompatPin.narHash;
};
self = import flake-compat {
Expand Down
11 changes: 5 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
nixpkgs-2111 = { url = "github:NixOS/nixpkgs/nixpkgs-21.11-darwin"; };
nixpkgs-2205 = { url = "github:NixOS/nixpkgs/nixpkgs-22.05-darwin"; };
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable"; };
flake-compat = { url = "github:hamishmack/flake-compat/hkm/pkgs-fetch"; flake = false; };
flake-compat = { url = "github:input-output-hk/flake-compat"; flake = false; };
flake-utils = { url = "github:numtide/flake-utils"; };
hydra.url = "hydra";
hackage = {
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(import ./default.nix {}).devShell.${builtins.currentSystem}
(import ./default.nix {}).devShells.${builtins.currentSystem}

0 comments on commit d68d847

Please sign in to comment.