mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 22:31:39 +03:00
pip: fix devshell
This commit is contained in:
parent
41e2993c31
commit
035773d54d
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
nixpkgs ? (import ../../../../..).inputs.nixpkgs,
|
nixpkgs ? (import ../../..).inputs.nixpkgs,
|
||||||
system ? builtins.currentSystem,
|
system ? builtins.currentSystem,
|
||||||
}: let
|
}: let
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
|
Loading…
Reference in New Issue
Block a user