diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:55:42 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:55:42 -0700 |
| commit | bc3b53d11381e1088832dfac22bd26403a58b0f8 (patch) | |
| tree | 59bb621ba68486c4470d55ce56cbe93c3a833514 /flake.nix | |
| parent | 458d03208dc1a2ae0da6b711380bdc0c8eb978d6 (diff) | |
flake: formatting tweak
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; }; |