Continue to fix merge

This commit is contained in:
greg-compass
2022-09-07 11:28:09 -05:00
parent c048cc3fd6
commit 16e54a97b4
18 changed files with 54 additions and 315 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
nurpkgs.url = "github:nix-community/NUR";
};
outputs = {nixpkgs, nixunstable, agenix, home-manager, nurpkgs, self}@inputs:
outputs = {nixpkgs, nixunstable, agenix, home-manager, nurpkgs, self, ...}@inputs:
let
local_overlay = import ./overlays;
@@ -45,7 +45,7 @@
darwinMods = hostname: [
inputs.agenix.nixosModule
./profiles/darwin
./modules
./hosts/${hostname}
];