summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/.nix/derivation.nix
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-21 17:11:06 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-21 17:11:06 +0200
commit7ea2e439dded1baa11c4c12207eee8e1033ae104 (patch)
treee031429abec9c01b525cd5968d689d0453e88123 /modules/remote-sycl/.nix/derivation.nix
parent29a4a05eddbe98ff39c7ecbe7bdcd453ec917ec3 (diff)
downloadforstio-forstio-7ea2e439dded1baa11c4c12207eee8e1033ae104.tar.gz
Random work
Diffstat (limited to 'modules/remote-sycl/.nix/derivation.nix')
-rw-r--r--modules/remote-sycl/.nix/derivation.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix
index bf40e89..45d2e8b 100644
--- a/modules/remote-sycl/.nix/derivation.nix
+++ b/modules/remote-sycl/.nix/derivation.nix
@@ -16,12 +16,6 @@
}:
let
- adaptivecpp_custom = (import ((builtins.fetchGit {
- url = "git@git.keldu.de:forstio/forstio";
- ref = "dev";
- }).outPath + "/default.nix"){
- inherit stdenv;
- });
in stdenv.mkDerivation {
pname = "forstio-remote-sycl";
inherit version;