mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
konawall for macOS
This commit is contained in:
parent
1659ee9ca2
commit
ba5647287f
6 changed files with 95 additions and 17 deletions
11
overlays.nix
11
overlays.nix
|
|
@ -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;})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue