forked from fediversity/fediversity
Compare commits
18 commits
41624cc59b
...
1f2b2da9c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f2b2da9c2 | |||
| b8fbd42e8d | |||
| 96e0f97dd8 | |||
| 4527ed6824 | |||
| c0e0589f37 | |||
| ce81b0cbd1 | |||
| aabd96dbce | |||
| a750388afd | |||
| ec66534992 | |||
| 42a275d7fe | |||
| 2c0910427a | |||
| 3faa47570b | |||
| 439ca6d13c | |||
| 272b0f1584 | |||
| f2a35dec24 | |||
| 4767e0b97c | |||
| ac81cc5780 | |||
| 618a891062 |
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ let
|
|||
;
|
||||
inherit (pkgs) lib;
|
||||
inherit (import sources.flake-inputs) import-flake;
|
||||
inputs = (import-flake { src = ./.; }).inputs;
|
||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
||||
panel = import ./panel { inherit sources system; };
|
||||
pre-commit-check =
|
||||
|
|
@ -78,6 +79,7 @@ in
|
|||
# re-export inputs so they can be overridden granularly
|
||||
# (they can't be accessed from the outside any other way)
|
||||
inherit
|
||||
inputs
|
||||
sources
|
||||
system
|
||||
pkgs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue