1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +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
-1
View File
@@ -20,7 +20,6 @@
inherit system;
pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;
};
}
);