mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +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
|
let
|
||||||
retroPlatforms = import nix/platforms.nix;
|
retroPlatforms = import nix/platforms.nix;
|
||||||
|
|
||||||
lib = ((import <nixpkgs>) { }).lib;
|
lib = ((import nixpkgs) { }).lib;
|
||||||
|
|
||||||
multiversal_src = if builtins.pathExists ./multiversal/make-multiverse.rb then
|
multiversal_src = if builtins.pathExists ./multiversal/make-multiverse.rb then
|
||||||
./multiversal
|
./multiversal
|
||||||
|
Loading…
Reference in New Issue
Block a user