We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7981648 commit b02479dCopy full SHA for b02479d
flake.nix
@@ -11,7 +11,7 @@
11
inputs.nixpkgsMaster.url = "github:NixOS/nixpkgs/master";
12
13
outputs = { self, flake-utils, gitignore, haskellNix, nixpkgs, nixpkgsMaster }:
14
- flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
+ flake-utils.lib.eachDefaultSystem (system:
15
let
16
# compiler-nix-name = "ghc966";
17
compiler-nix-name = "ghc984";
0 commit comments