mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
Merge pull request #164 from zhaofengli/devshell-fix-nix-include-path
flake.nix: Use default Nix headers in devShell
This commit is contained in:
commit
c2354f6585
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
RUST_SRC_PATH = "${pkgs.rustPlatform.rustcSrc}/library";
|
RUST_SRC_PATH = "${pkgs.rustPlatform.rustcSrc}/library";
|
||||||
|
|
||||||
# See comment in `attic/build.rs`
|
# See comment in `attic/build.rs`
|
||||||
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nixVersions.nix_2_24}/include";
|
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";
|
||||||
|
|
||||||
ATTIC_DISTRIBUTOR = "dev";
|
ATTIC_DISTRIBUTOR = "dev";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue