mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
flake: fix missing comma
This commit is contained in:
parent
6d4ee6127d
commit
11cc503937
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue