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";