forked from fediversity/fediversity
Compare commits
3 commits
4091d8c6b2
...
c8655de423
| Author | SHA1 | Date | |
|---|---|---|---|
| c8655de423 | |||
| a8e56f0456 | |||
| a7ca58c2d3 |
1 changed files with 1 additions and 1 deletions
|
|
@ -9,9 +9,9 @@ let
|
|||
git-hooks
|
||||
gitignore
|
||||
;
|
||||
inherit (pkgs) lib;
|
||||
inherit (import sources.flake-inputs) import-flake;
|
||||
inputs = (import-flake { src = ./.; }).inputs;
|
||||
inherit (pkgs) lib;
|
||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
||||
panel = import ./panel { inherit sources system; };
|
||||
pre-commit-check =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue