flake: evaluate devShells with nixpkgs-unstable #107

Merged
pederbs merged 1 commits from shell-unstable into main 2025-06-01 05:26:39 +02:00

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;