mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +00:00
Use global nixpkgs to allow immutable builds
This commit is contained in:
parent
5f88250601
commit
0de4f1502b
@ -4,7 +4,7 @@ in { system ? builtins.currentSystem, nixpkgs ? sources.nixpkgs, ... }:
|
||||
let
|
||||
retroPlatforms = import nix/platforms.nix;
|
||||
|
||||
lib = ((import <nixpkgs>) { }).lib;
|
||||
lib = ((import nixpkgs) { }).lib;
|
||||
|
||||
multiversal_src = if builtins.pathExists ./multiversal/make-multiverse.rb then
|
||||
./multiversal
|
||||
|
Loading…
Reference in New Issue
Block a user