fix the shell.nix
This commit is contained in:
parent
f8ac92e0ae
commit
675d8e16e1
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs.python311Packages; [ django pymupdf docker-compose ];
|
nativeBuildInputs = with pkgs.python311Packages; [ django pymupdf ] ++ [pkgs.docker-compose] ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue