aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-02-07 12:44:42 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-02-07 12:44:42 -0800
commit9af8bc452c8308516519d1c0daee5b334c1e000a (patch)
treed240d97a9e7067c882b56c3b31092166322b21ff
parent29bd66b754735d4a1c4b60b98f3320fa4d440e71 (diff)
downloadnix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar.gz
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar.bz2
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar.lz
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar.xz
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.tar.zst
nix-9af8bc452c8308516519d1c0daee5b334c1e000a.zip
Remove dangling unfree option
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 098f911..fb02f14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -131,8 +131,6 @@
iso = nixpkgs.lib.nixosSystem {
modules = [
({ modulesPath, pkgs, ... }: {
- allowUnfree = true;
-
environment.systemPackages = with pkgs; [
acl
bash