feat: add cuda setup

This commit is contained in:
DACHXY 2025-01-05 23:01:08 +08:00
parent 4d0a35652c
commit d5782ada85
4 changed files with 33 additions and 2 deletions

View file

@ -46,6 +46,10 @@
}@inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
};
nix-version = "25.05";
username = "danny";
git-config = {
@ -67,6 +71,7 @@
nix-version
username
git-config
pkgs
;
};
};
@ -83,6 +88,7 @@
nix-version
username
git-config
pkgs
;
};
};