mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
build(nix): fix lib not found error
This commit is contained in:
parent
1302b7da77
commit
2afcc7195b
@ -111,11 +111,11 @@
|
|||||||
"rustOverlay": "rustOverlay"
|
"rustOverlay": "rustOverlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1651126504,
|
"lastModified": 1651170881,
|
||||||
"narHash": "sha256-OUt4rJ3ld+e7nz/3rkcDSjAEk7qi9h3pRCHowSv7Vac=",
|
"narHash": "sha256-Or41btQ8PfpqCROCtUGoGrDL7SZXZroGtaVdtsyf0lQ=",
|
||||||
"owner": "yusdacra",
|
"owner": "yusdacra",
|
||||||
"repo": "nix-cargo-integration",
|
"repo": "nix-cargo-integration",
|
||||||
"rev": "efcdcb01038d847e66ba55e23faa9242970663d7",
|
"rev": "01c8ca0b106b8849847f5fde64627fa33d89a537",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
overrides = {
|
overrides = {
|
||||||
crates = common: prev: let
|
crates = common: prev: let
|
||||||
pkgs = common.pkgs;
|
pkgs = common.pkgs;
|
||||||
lib = common.lib;
|
lib = pkgs.lib;
|
||||||
|
|
||||||
gitLfsCheckFile = ./assets/voxygen/background/bg_main.jpg;
|
gitLfsCheckFile = ./assets/voxygen/background/bg_main.jpg;
|
||||||
utils = import ./nix/utils.nix {inherit pkgs;};
|
utils = import ./nix/utils.nix {inherit pkgs;};
|
||||||
|
Loading…
Reference in New Issue
Block a user