ctucx.git: nixfiles

ctucx' nixfiles

commit bd13befcd43a14780f4f098241df49821c023af6
parent cfd1b30bd9b8d793754cb53f6c53067e72858896
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 2 Jul 2023 15:35:05 +0200

flake: disallow `applyAll` for colmena
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -34,6 +34,8 @@
 
     colmena = {
       meta = rec {
+        allowApplyAll = false;
+
         nixpkgs = import inputs.nixpkgs {
           system   = "x86_64-linux";
           overlays = overlays;