Compare commits

...

No commits in common. "d81f487b03d23ce3a9c1a693da9cf2699f64347c" and "fbd06884b66ad51b431dcc91e6466433175db1fb" have entirely different histories.

View file

@ -4,8 +4,7 @@
nixpkgs-gcc15.url = "github:NixOS/nixpkgs/?ref=pull/401948/head"; nixpkgs-gcc15.url = "github:NixOS/nixpkgs/?ref=pull/401948/head";
nixpkgs-cmake.url = "github:NixOS/nixpkgs/?ref=pull/394444/head"; nixpkgs-cmake.url = "github:NixOS/nixpkgs/?ref=pull/394444/head";
}; };
outputs = outputs = {
{
nixpkgs-cmake, nixpkgs-cmake,
nixpkgs-gcc15, nixpkgs-gcc15,
nixpkgs, nixpkgs,
@ -13,8 +12,7 @@
... ...
}: }:
flake-utils.lib.eachDefaultSystem ( flake-utils.lib.eachDefaultSystem (
system: system: let
let
inherit inherit
(import nixpkgs-cmake { (import nixpkgs-cmake {
inherit system; inherit system;
@ -40,8 +38,7 @@
cudaSupport = true; cudaSupport = true;
}; };
}; };
in in {
{
devShells.default = devShells.default =
pkgs.mkShell.override pkgs.mkShell.override
{ {