From 0de4f1502b0d122ca0c835b948462ce2e1b453ff Mon Sep 17 00:00:00 2001 From: Karim Vergnes Date: Mon, 9 Oct 2023 17:28:24 +0200 Subject: [PATCH] Use global nixpkgs to allow immutable builds --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index e444e32b01..92c36262ff 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ in { system ? builtins.currentSystem, nixpkgs ? sources.nixpkgs, ... }: let retroPlatforms = import nix/platforms.nix; - lib = ((import ) { }).lib; + lib = ((import nixpkgs) { }).lib; multiversal_src = if builtins.pathExists ./multiversal/make-multiverse.rb then ./multiversal