Skip to content

Commit

Permalink
Update flake-utils so cross compile works runs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 16, 2023
1 parent fce554b commit 25c6cde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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
Expand Up @@ -10,7 +10,7 @@
nixpkgs-2211 = { url = "github:NixOS/nixpkgs/nixpkgs-22.11-darwin"; };
nixpkgs-unstable = { url = "github:NixOS/nixpkgs/nixpkgs-unstable"; };
flake-compat = { url = "github:input-output-hk/flake-compat/hkm/gitlab-fix"; flake = false; };
flake-utils = { url = "github:numtide/flake-utils"; };
flake-utils = { url = "github:hamishmack/flake-utils/hkm/nested-hydraJobs"; };
tullia = {
url = "github:input-output-hk/tullia";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down

0 comments on commit 25c6cde

Please sign in to comment.