mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-06 11:32:07 +00:00
Merge pull request #213 from Thesola10/patch-1
Use global nixpkgs to allow immutable builds
This commit is contained in:
commit
b4a91d430f
@ -4,7 +4,7 @@ in { system ? builtins.currentSystem, nixpkgs ? sources.nixpkgs, ... }:
|
||||
let
|
||||
retroPlatforms = import nix/platforms.nix;
|
||||
|
||||
lib = ((import <nixpkgs>) { }).lib;
|
||||
lib = ((import nixpkgs) { inherit system; }).lib;
|
||||
|
||||
multiversal_src = if builtins.pathExists ./multiversal/make-multiverse.rb then
|
||||
./multiversal
|
||||
|
Loading…
x
Reference in New Issue
Block a user