workarround for unkown problem

This commit is contained in:
David Arnold 2021-04-18 17:45:51 -05:00
parent 6116779b23
commit 19c900e293
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@
devos.url = "path:./lib"; # TODO: outfactor into separate repo
devos.inputs = {
nixpkgs.follows = "nixos";
deploy.inputs = {
flake-compat.follows = "flake-compat";
naersk.follows = "naersk";
nixpkgs.follows = "nixos";
};
# deploy.inputs = {
# flake-compat.follows = "flake-compat";
# naersk.follows = "naersk";
# nixpkgs.follows = "nixos";
# };
};
ci-agent = {