fix: agenix, lack of comma separator between scalpel and ...

This commit is contained in:
Kat Inskip 2022-12-02 02:11:08 +01:00
parent 9ecaf953a9
commit 2540d04d2b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 2 deletions

View file

@ -6,3 +6,4 @@
- [ ] home-manager
- [ ] Migrate over koishi configs
- [ ] Contemplate the use of a different DE
- [ ] Contemplate migration to Pulumi instead of tf-nix / Terraform

View file

@ -1,4 +1,4 @@
{ nixpkgs, darwin, home-manager, scalpel ... }@inputs: let
{ nixpkgs, darwin, home-manager, ragenix, scalpel, ... }@inputs: let
tree = (inputs.tree.tree {
inherit inputs;
folder = ./.;
@ -26,7 +26,7 @@ in {
system = "x86_64-linux";
modules = [
home-manager.nixosModules.home-manager
agenix.nixosModule
ragenix.nixosModule
path
];
} ) tree.nixos.systems in mapAttrs (_: sys: sys.extendModules {