Merge pull request #213 from Thesola10/patch-1

Use global nixpkgs to allow immutable builds
This commit is contained in:
Wolfgang Thaller 2023-12-17 01:20:13 +01:00 committed by GitHub
commit b4a91d430f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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