forked from fediversity/fediversity
Compare commits
45 commits
cf1bde166f
...
8c65cd5ffa
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c65cd5ffa | |||
| 5bfb5da635 | |||
| a466ab5e75 | |||
| 1451ba7fc1 | |||
| 94dfb74f11 | |||
| d4580d4d9e | |||
| 8a2c1c4b10 | |||
| 129f1fa749 | |||
| 3b6664e9e8 | |||
| cba4e451ed | |||
| 2c5ccb4b88 | |||
| c475d0e3e7 | |||
| 5fb5e9ca6e | |||
| 2a871c6a99 | |||
| 34eb0b9241 | |||
| f9047ca7df | |||
| 2bf5ef29d6 | |||
| 474cd6c5ea | |||
| 861243cf92 | |||
| 65c945062f | |||
| 65baa6b0d8 | |||
| ae3c4513b7 | |||
| a293f19ebb | |||
| 2ca58cef07 | |||
| 320380be7a | |||
| cc91009448 | |||
| 95873fd960 | |||
| 414d786ee0 | |||
| e757236e48 | |||
| 774d17aa45 | |||
| af708d05ba | |||
| 66828d41b1 | |||
| 85c5305593 | |||
| 4631a2398c | |||
| 9c75365609 | |||
| 824c37c392 | |||
| b0ca411ac2 | |||
| d566852471 | |||
| 21eaf8fea7 | |||
| dc47095892 | |||
| 45b841526d | |||
| 3d6730f6f4 | |||
| 1a93775661 | |||
| aef414ffe8 | |||
| 6d74112518 |
2 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
let
|
let
|
||||||
# pulling this in manually over from module args resolves an infinite recursion
|
# pulling this in manually over from module args resolves an infinite recursion.
|
||||||
|
# FIXME: instead untangle `//infra/flake-part.nix` and make it stop passing wild functions.
|
||||||
|
# move moving towards a portable-services-like pattern where some things are submodules.
|
||||||
|
# Right now those wild functions are for parameterising a bunch of things,
|
||||||
|
# and the modular way to do that would be options --
|
||||||
|
# obviously you can't use those for `imports`,
|
||||||
|
# so one way to decouple fixpoints is to isolate them into submodules.
|
||||||
|
# Therefore one approach would be to try to go down the call graph,
|
||||||
|
# and see where what's currently a function could be a `submodule` field of something else.
|
||||||
sources = import ../../npins;
|
sources = import ../../npins;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
sources,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
name = "panel";
|
name = "panel";
|
||||||
|
sources = import ../../../npins;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
_class = "nixos";
|
_class = "nixos";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue