Add nix-shell config
This commit is contained in:
parent
3ce578cd86
commit
708b0940d4
2 changed files with 12 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
gdal
|
||||
python3
|
||||
python311Packages.requests
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue