mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
removed dead code
This commit is contained in:
parent
8c1f06fda1
commit
0ebde53e83
58 changed files with 60 additions and 66 deletions
|
@ -1,9 +1,9 @@
|
|||
inputs: final: prev:
|
||||
inputs: final: _prev:
|
||||
|
||||
with builtins;
|
||||
|
||||
{
|
||||
importConfig = path: (mapAttrs (name: value: import (path + "/${name}/default.nix")) (final.filterAttrs (_: v: v == "directory") (readDir path)));
|
||||
importConfig = path: (mapAttrs (name: _value: import (path + "/${name}/default.nix")) (final.filterAttrs (_: v: v == "directory") (readDir path)));
|
||||
|
||||
mkSubdomain = name: port: {
|
||||
luj.nginx.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue