1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Remove allowUnfree = true from flake.nix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael Vorburger
2026-02-01 14:09:18 +01:00
committed by GitHub
parent eff57943c9
commit d19c80a7c1

View File

@@ -20,7 +20,6 @@
inherit system; inherit system;
pkgs = import inputs.nixpkgs { pkgs = import inputs.nixpkgs {
inherit system; inherit system;
config.allowUnfree = true;
}; };
} }
); );