Skip to content

Commit 489028d

Browse files
author
fidgetingbits
committed
Remove unfree
1 parent ba8cc09 commit 489028d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
let
88
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
99
forEachSupportedSystem = f: nixpkgs.lib.genAttrs supportedSystems (system: f {
10-
pkgs = import nixpkgs { inherit system; config.allowUnfree = true; };
10+
pkgs = import nixpkgs { inherit system; };
1111
});
1212
in
1313
{

0 commit comments

Comments
 (0)