aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 19:55:42 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 19:55:42 -0700
commitbc3b53d11381e1088832dfac22bd26403a58b0f8 (patch)
tree59bb621ba68486c4470d55ce56cbe93c3a833514 /flake.nix
parent458d03208dc1a2ae0da6b711380bdc0c8eb978d6 (diff)
flake: formatting tweak
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 0c2ab85..9768e6c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,8 +14,7 @@
nix-minecraft.url = "github:CartConnoisseur/nix-minecraft";
};
- outputs = {nixpkgs, ...} @ inputs:
- {
+ outputs = {nixpkgs, ...} @inputs: {
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };