Formating

This commit is contained in:
Don Harper 2025-10-03 12:27:28 -05:00
parent 3e975d3e0d
commit 61f4fb61a2

View file

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