forked from fediversity/fediversity
deduplicate import-flake, fixing test regression from git merge
This commit is contained in:
parent
5345860006
commit
8536986af0
1 changed files with 0 additions and 3 deletions
|
|
@ -9,8 +9,6 @@ let
|
|||
git-hooks
|
||||
gitignore
|
||||
;
|
||||
inherit (import sources.flake-inputs) import-flake;
|
||||
inputs = (import-flake { src = ./.; }).inputs;
|
||||
inherit (pkgs) lib;
|
||||
inherit (import sources.flake-inputs) import-flake;
|
||||
inherit ((import-flake { src = ./.; }).inputs) nixops4;
|
||||
|
|
@ -78,7 +76,6 @@ 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