forked from fediversity/fediversity
Compare commits
18 commits
1f2b2da9c2
...
41624cc59b
| Author | SHA1 | Date | |
|---|---|---|---|
| 41624cc59b | |||
| fe7cc67c6b | |||
| 574dea2d99 | |||
| d3d892bcfc | |||
| 6625e94b2d | |||
| c486682657 | |||
| 7240bb455f | |||
| 55483570e0 | |||
| 7185c04ddd | |||
| c528135040 | |||
| 4952c65af1 | |||
| 218802214e | |||
| f43ef615dd | |||
| 7cf873e789 | |||
| 25006c149d | |||
| 0b56a3f197 | |||
| 458058be55 | |||
| 75ad6e691e |
1 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ let
|
||||||
;
|
;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
inherit (import sources.flake-inputs) import-flake;
|
inherit (import sources.flake-inputs) import-flake;
|
||||||
inputs = (import-flake { src = ./.; }).inputs;
|
|
||||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
||||||
panel = import ./panel { inherit sources system; };
|
panel = import ./panel { inherit sources system; };
|
||||||
pre-commit-check =
|
pre-commit-check =
|
||||||
|
|
@ -79,7 +78,6 @@ in
|
||||||
# re-export inputs so they can be overridden granularly
|
# re-export inputs so they can be overridden granularly
|
||||||
# (they can't be accessed from the outside any other way)
|
# (they can't be accessed from the outside any other way)
|
||||||
inherit
|
inherit
|
||||||
inputs
|
|
||||||
sources
|
sources
|
||||||
system
|
system
|
||||||
pkgs
|
pkgs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue