Skip to content

Commit

Permalink
flake-compat for real
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Jul 16, 2022
1 parent ee11445 commit 9d88bf0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 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 @@ -12,7 +12,7 @@
};
};

outputs = { self, nixpkgs, flake-utils, haskellNix }:
outputs = { self, nixpkgs, flake-utils, haskellNix, flake-compat }:
flake-utils.lib.eachSystem [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ] (system:
let
overlays = [
Expand Down

0 comments on commit 9d88bf0

Please sign in to comment.