chore(build): Change pin for default nixpkgs used to build Nixery
This moves the pin from just being in the Travis configuration to also being set in a nixpkgs-pin.nix file, which makes it trivial to build at the right commit when performing local builds.
This commit is contained in:
parent
bdda24a772
commit
b4e0b55e56
3 changed files with 6 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
{ pkgs ? import <nixpkgs> { }
|
||||
{ pkgs ? import ./nixpkgs-pin.nix
|
||||
, preLaunch ? ""
|
||||
, extraPackages ? []
|
||||
, maxLayers ? 20 }:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue