summaryrefslogtreecommitdiff
path: root/cuda/nix-python-devenv/devenv.yaml
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-22 16:41:50 +0700
committerpolwex <polwex@sortug.com>2025-09-22 16:41:50 +0700
commitec7479951bf8842a77e65b346e3a2586d2e09a72 (patch)
tree0892afc2c613f748956c9e6298b8d2f9cdfbf71e /cuda/nix-python-devenv/devenv.yaml
PYTHON CUDA SOLVED FOREVAHHEADmaster
Diffstat (limited to 'cuda/nix-python-devenv/devenv.yaml')
-rw-r--r--cuda/nix-python-devenv/devenv.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/cuda/nix-python-devenv/devenv.yaml b/cuda/nix-python-devenv/devenv.yaml
new file mode 100644
index 0000000..84dd44b
--- /dev/null
+++ b/cuda/nix-python-devenv/devenv.yaml
@@ -0,0 +1,15 @@
+# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
+inputs:
+ nixpkgs:
+ url: github:NixOS/nixpkgs/nixpkgs-unstable
+
+# If you're using non-OSS software, you can set allowUnfree to true.
+# allowUnfree: true
+
+# If you're willing to use a package that's vulnerable
+# permittedInsecurePackages:
+# - "openssl-1.1.1w"
+
+# If you have more than one devenv you can merge them
+#imports:
+# - ./backend