statix: fix bugs with inherit

now I know better what it does.
This commit is contained in:
2023-10-01 23:26:01 +03:00
parent 652ce88b76
commit 1dd4f04725
10 changed files with 13 additions and 14 deletions

View File

@@ -61,7 +61,7 @@
(_self: super: {
deploy-rs = {
inherit (import nixpkgs {inherit system;}) deploy-rs;
inherit (super.deploy-rs.lib);
inherit (super.deploy-rs) lib;
};
})
];