forgot a comma

This commit is contained in:
specCon18 2023-08-15 21:46:55 -04:00
parent bcc246acf9
commit c157329ade

View file

@ -18,7 +18,7 @@
};
};
outputs = { self, home-manager, nixos-hardware, disko, nixpkgs, sops-nix, devenv, hyprland, xdph ... }@inputs:
outputs = { self, home-manager, nixos-hardware, disko, nixpkgs, sops-nix, devenv, hyprland, xdph, ... }@inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs {