feat(config): enable unfree packages, add CUDA toolkit
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-26 10:43:15 +05:30
parent fc9555873b
commit 99853167df
2 changed files with 5 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
system: let
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = [
rust-overlay.overlays.default
];
@@ -87,6 +88,7 @@
glib
glib-networking
cudatoolkit
wrapGAppsHook4
# bzip2_1_1