mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-12 03:34:31 +00:00
Hotfix: inherit system provided in argument
This commit is contained in:
parent
0de4f1502b
commit
7d2ebc7ba6
@ -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