forked from fediversity/fediversity
Compare commits
2 commits
dfa860680a
...
a8e56f0456
| Author | SHA1 | Date | |
|---|---|---|---|
| a8e56f0456 | |||
| a7ca58c2d3 |
1 changed files with 1 additions and 1 deletions
|
|
@ -9,9 +9,9 @@ let
|
||||||
git-hooks
|
git-hooks
|
||||||
gitignore
|
gitignore
|
||||||
;
|
;
|
||||||
|
inherit (pkgs) lib;
|
||||||
inherit (import sources.flake-inputs) import-flake;
|
inherit (import sources.flake-inputs) import-flake;
|
||||||
inputs = (import-flake { src = ./.; }).inputs;
|
inputs = (import-flake { src = ./.; }).inputs;
|
||||||
inherit (pkgs) lib;
|
|
||||||
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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue