workarround for unkown problem
This commit is contained in:
parent
6116779b23
commit
19c900e293
10
flake.nix
10
flake.nix
|
@ -8,11 +8,11 @@
|
||||||
devos.url = "path:./lib"; # TODO: outfactor into separate repo
|
devos.url = "path:./lib"; # TODO: outfactor into separate repo
|
||||||
devos.inputs = {
|
devos.inputs = {
|
||||||
nixpkgs.follows = "nixos";
|
nixpkgs.follows = "nixos";
|
||||||
deploy.inputs = {
|
# deploy.inputs = {
|
||||||
flake-compat.follows = "flake-compat";
|
# flake-compat.follows = "flake-compat";
|
||||||
naersk.follows = "naersk";
|
# naersk.follows = "naersk";
|
||||||
nixpkgs.follows = "nixos";
|
# nixpkgs.follows = "nixos";
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
ci-agent = {
|
ci-agent = {
|
||||||
|
|
Loading…
Reference in a new issue