nix-shell
support
This commit is contained in:
parent
440bd2f153
commit
c365937690
1 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
# nativeBuildInputs is usually what you want -- tools you need to run
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
python312
|
||||
uv
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue