We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8cc09 commit 489028dCopy full SHA for 489028d
flake.nix
@@ -7,7 +7,7 @@
7
let
8
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
9
forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f {
10
- pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
+ pkgs = import nixpkgs { inherit system; };
11
});
12
in
13
{
0 commit comments