From 147e5a8b1217018e1d95cce9bc8cffbe23cfd902 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 12 Feb 2021 01:23:43 -0700 Subject: [PATCH] shell: fix pkgs for nix-shell --- shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/default.nix b/shell/default.nix index 9569ffe5..e693f765 100644 --- a/shell/default.nix +++ b/shell/default.nix @@ -1,4 +1,4 @@ -{ pkgs ? (import ./compat).defaultNix.legacyPackages."${builtins.currentSystem}" +{ pkgs ? (import ./compat).defaultNix.nixosConfigurations.NixOS.config.nixpkgs.pkgs , nixos ? (import ./compat).defaultNix.inputs.nixos , ... }: