flake: evaluate devShells with nixpkgs-unstable
Some checks failed
Eval nix flake / evals (push) Has been cancelled
Eval nix flake / evals (pull_request) Has been cancelled

This commit is contained in:
2025-06-01 00:37:52 +02:00
parent 1caa0cc7be
commit 9e82ca3d15

View File

@@ -169,9 +169,9 @@
};
devShells = forAllSystems (system: {
default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { };
default = nixpkgs-unstable.legacyPackages.${system}.callPackage ./shell.nix { };
cuda = let
cuda-pkgs = import nixpkgs {
cuda-pkgs = import nixpkgs-unstable {
inherit system;
config = {
allowUnfree = true;