From 61f4fb61a252576144e31586c05a4b9cd972ccce Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 3 Oct 2025 12:27:28 -0500 Subject: [PATCH] Formating --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8689618..5176d9a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,7 @@ description = "NixOS System Configuration for duckland.org"; # Binary cache configuration for faster builds - nixConfig = { - allowUnfree = true; - }; + nixConfig = {allowUnfree = true;}; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";