flake: evaluate devShells with nixpkgs-unstable

This commit is contained in:
Peder Bergebakken Sundt 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;