Development environment with nix-shell: Difference between revisions

Pigs (talk | contribs)
m nix develop: mention its because it is cached
Link to relevant Nixcademy article
 
(One intermediate revision by one other user not shown)
Line 22: Line 22:
       hello
       hello
     ];
     ];
     # compilers & linkers & dependecy finding programs
     # compilers & linkers & dependency finding programs
     nativeBuildInputs = [
     nativeBuildInputs = [
       rustc
       rustc
Line 213: Line 213:
* [[Direnv]]
* [[Direnv]]
* [[Command Shell#Using a different shell in nix-shell and nix develop]]
* [[Command Shell#Using a different shell in nix-shell and nix develop]]
* [https://nixcademy.com/posts/cpp-with-nix-in-2023-part-1-shell/ C++ with Nix in 2023, Part 1: Developer Shells, Nixcademy]


[[Category:Development]]
[[Category:Development]]
[[Category:nix]]
[[Category:nix]]