konawall for macOS

This commit is contained in:
Kat Inskip 2023-07-30 12:59:15 -07:00
parent 1659ee9ca2
commit ba5647287f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 95 additions and 17 deletions

View file

@ -3,10 +3,11 @@
tree,
...
}:
[
inputs.deploy-rs.overlay
(import tree.packages.default {inherit inputs tree;})
]
++ map (path: import "${path}/overlay.nix") [
map (path: import "${path}/overlay.nix") [
inputs.arcexprs
]
++ [
inputs.deploy-rs.overlay
inputs.konawall-rs.overlays.default
(import tree.packages.default {inherit inputs tree;})
]