FAQ: Difference between revisions
imported>Samueldr + There's an updated version for $software on nixpkgs but not in channels, how can I use it? |
imported>Samueldr m Fix my oopsie |
||
| Line 244: | Line 244: | ||
<syntaxhighlight lang="command"> | <syntaxhighlight lang="command"> | ||
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-17.09.tar.gz nix-shell -p $software | NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/release-17.09.tar.gz nix-shell -p $software | ||
</ | </syntaxhighlight> | ||
== An error occurs while fetching sources from an url, how do I fix it? == | == An error occurs while fetching sources from an url, how do I fix it? == | ||