From 77cd4492b2b1427cbb8c918add7f3e3694d354ba Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 17 Dec 2024 23:26:56 +0000 Subject: [PATCH] unbreak nix-shell --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 02b7cd8..353a52b 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,6 @@ let liminix = (import ./default.nix { device = (import ./devices/qemu); liminix-config = ./vanilla-configuration.nix; - inherit nixpkgs; }); here = builtins.toString ./.; in liminix.buildEnv.overrideAttrs (o: {