From 11cc50393795cf1a2f489f0ae078ea5362dd2624 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 9 Feb 2024 07:48:55 -0700 Subject: [PATCH] flake: fix missing comma --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 484f53b..f98043f 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nixos-hardware.url = "github:NixOS/nixos-hardware/master"; }; - outputs = { self, nixpkgs, disko, home-manager, nixos-hardware ... }@inputs: { + outputs = { self, nixpkgs, disko, home-manager, nixos-hardware, ... }@inputs: { nixosConfigurations = { "nixos" = nixpkgs.lib.nixosSystem { system = "x86_64-linux";