davinci worksss

This commit is contained in:
voidarclabs
2026-02-08 22:09:43 +00:00
parent ea6495d034
commit 782e03adfc
4 changed files with 24 additions and 227 deletions

View File

@@ -23,9 +23,11 @@
config = {
allowUnfree = true;
packageOverrides = pkgs: {
unstable =
import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz")
{ };
unstable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz") {
config = {
allowUnfree = true;
};
};
};
};
};