From ec7479951bf8842a77e65b346e3a2586d2e09a72 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 22 Sep 2025 16:41:50 +0700 Subject: PYTHON CUDA SOLVED FOREVAH --- cuda/nix-python-devenv/devenv.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cuda/nix-python-devenv/devenv.yaml (limited to 'cuda/nix-python-devenv/devenv.yaml') 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 -- cgit v1.2.3