forked from fediversity/fediversity
Compare commits
15 commits
64aa8049a7
...
e011ef6110
| Author | SHA1 | Date | |
|---|---|---|---|
| e011ef6110 | |||
| a5a54650e4 | |||
| 9a273cada1 | |||
| c58eaf50e2 | |||
| 4df96bee35 | |||
| bc0d5309d5 | |||
| 7492a16798 | |||
| ec404ca959 | |||
| 5e2aec49e0 | |||
| bc9905f10d | |||
| 5705511179 | |||
| 75ba6eb81e | |||
| 0b52e75bd0 | |||
| 59e7fd4d08 | |||
| b31117fd76 |
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ let
|
||||||
git-hooks
|
git-hooks
|
||||||
gitignore
|
gitignore
|
||||||
;
|
;
|
||||||
|
inherit (import sources.flake-inputs) import-flake;
|
||||||
|
inputs = (import-flake { src = ./.; }).inputs;
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
inherit (import sources.flake-inputs) import-flake;
|
inherit (import sources.flake-inputs) import-flake;
|
||||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
||||||
|
|
@ -76,6 +78,7 @@ 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