Skip to content

Commit b02479d

Browse files
committed
flake.nix: use eachDefaultSystem
1 parent 7981648 commit b02479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
inputs.nixpkgsMaster.url = "github:NixOS/nixpkgs/master";
1212

1313
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs, nixpkgsMaster }:
14-
flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
14+
flake-utils.lib.eachDefaultSystem (system:
1515
let
1616
# compiler-nix-name = "ghc966";
1717
compiler-nix-name = "ghc984";

0 commit comments

Comments
 (0)