A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #164 from zhaofengli/devshell-fix-nix-include-path

flake.nix: Use default Nix headers in devShell

authored by

Zhaofeng Li and committed by
GitHub
c2354f65 894e1713

+1 -1
+1 -1
flake.nix
··· 149 149 RUST_SRC_PATH = "${pkgs.rustPlatform.rustcSrc}/library"; 150 150 151 151 # See comment in `attic/build.rs` 152 - NIX_INCLUDE_PATH = "${lib.getDev pkgs.nixVersions.nix_2_24}/include"; 152 + NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include"; 153 153 154 154 ATTIC_DISTRIBUTOR = "dev"; 155 155 };