forked from fediversity/fediversity
Compare commits
45 commits
8c65cd5ffa
...
cf1bde166f
| Author | SHA1 | Date | |
|---|---|---|---|
| cf1bde166f | |||
| 4d0c1106d7 | |||
| 7b5309560c | |||
| 05765f53b8 | |||
| 0633f66fee | |||
| b7314b4664 | |||
| d387dc80ee | |||
| 3eb8a8634f | |||
| 6e3d19c315 | |||
| 8a19afbc98 | |||
| 3d8f2fca61 | |||
| 4e968e4e6a | |||
| 20765e6f3a | |||
| 02e5aa8e9e | |||
| c43045903a | |||
| de9509530f | |||
| 811a8020d4 | |||
| 0e59ad0b5a | |||
| bb1eb12bb7 | |||
| 399fc0a375 | |||
| c3bc9c3b24 | |||
| 6703f2d88a | |||
| afaa7f4d75 | |||
| 4bdc53ac85 | |||
| 178e16cf41 | |||
| 1be115046d | |||
| 2b45215ddd | |||
| e4c4fe91aa | |||
| b74816f1cd | |||
| 6f730805c2 | |||
| d6dd683c5c | |||
| 4b0d9b4775 | |||
| e2b5ddcc3d | |||
| 7e8a0eaae3 | |||
| 998f1041d4 | |||
| 29365712b9 | |||
| 83035c58d6 | |||
| 6658371154 | |||
| 89cce4eef7 | |||
| bab942b3f8 | |||
| b2c67897ca | |||
| 46e1680bfe | |||
| 8db305a48a | |||
| a9117a8953 | |||
| 8204f22e52 |
2 changed files with 2 additions and 10 deletions
|
|
@ -1,13 +1,5 @@
|
|||
let
|
||||
# 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.
|
||||
# pulling this in manually over from module args resolves an infinite recursion
|
||||
sources = import ../../npins;
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
config,
|
||||
sources,
|
||||
...
|
||||
}:
|
||||
let
|
||||
name = "panel";
|
||||
sources = import ../../../npins;
|
||||
in
|
||||
{
|
||||
_class = "nixos";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue