iced-template: use strictDeps and __structuredAttrs
This commit is contained in:
parent
467fa1393c
commit
9000399c7c
1 changed files with 7 additions and 1 deletions
|
|
@ -44,6 +44,9 @@
|
|||
buildInputs = with pkgs; [
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = ./.;
|
||||
};
|
||||
|
||||
|
|
@ -100,10 +103,13 @@
|
|||
};
|
||||
|
||||
devShells.default = craneLib.devShell {
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath dlDeps;
|
||||
env.LD_LIBRARY_PATH = lib.makeLibraryPath dlDeps;
|
||||
|
||||
inputsFrom = [ crate ];
|
||||
packages = [ pkgs.rust-analyzer ];
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue