Commit a3aca0099d29

Vincent Demeester <vincent@sbr.pm>
2023-10-10 12:21:05
flake.nix: channels-config..
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 682524e
Changed files (1)
flake.nix
@@ -112,7 +112,7 @@
       inherit self inputs nixosModules;
 
       supportedSystems = [ "aarch64-linux" "x86_64-linux" ];
-      channelsConfig.allowUnfree = true;
+      channels-config.allowUnfree = true;
 
       sharedOverlays = [
         (import ./nix/overlays).tekton