commit a3aca0099d29987769f0ee81d928a1b496dea6e5
parent 682524ed4a02e365dbd850f7ee35fc32a95ce0a7
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 10 Oct 2023 12:21:05 +0200
flake.nix: channels-config..
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/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