Compare commits
No commits in common. "d81f487b03d23ce3a9c1a693da9cf2699f64347c" and "fbd06884b66ad51b431dcc91e6466433175db1fb" have entirely different histories.
d81f487b03
...
fbd06884b6
1 changed files with 23 additions and 26 deletions
|
|
@ -4,8 +4,7 @@
|
|||
nixpkgs-gcc15.url = "github:NixOS/nixpkgs/?ref=pull/401948/head";
|
||||
nixpkgs-cmake.url = "github:NixOS/nixpkgs/?ref=pull/394444/head";
|
||||
};
|
||||
outputs =
|
||||
{
|
||||
outputs = {
|
||||
nixpkgs-cmake,
|
||||
nixpkgs-gcc15,
|
||||
nixpkgs,
|
||||
|
|
@ -13,8 +12,7 @@
|
|||
...
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
let
|
||||
system: let
|
||||
inherit
|
||||
(import nixpkgs-cmake {
|
||||
inherit system;
|
||||
|
|
@ -40,8 +38,7 @@
|
|||
cudaSupport = true;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
in {
|
||||
devShells.default =
|
||||
pkgs.mkShell.override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue