diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-13 17:39:34 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-13 17:39:34 +0100 |
| commit | 57a43482e6b6aaf9aa975d6c9e7c65aaf6fc4567 (patch) | |
| tree | f330ffe1c55e43278930691d05682472fdca9749 /default.nix | |
| parent | 87db03e9ffa559eaf5f6b970ad42776f33ae34b2 (diff) | |
| download | forstio-forstio-57a43482e6b6aaf9aa975d6c9e7c65aaf6fc4567.tar.gz | |
Dangling change
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/default.nix b/default.nix index 2d341d8..4532dbf 100644 --- a/default.nix +++ b/default.nix @@ -1,8 +1,8 @@ { pkgs ? import <nixpkgs> {} , llvmPackages ? pkgs.llvmPackages_20 , lld ? pkgs.lld_20 -, stdenv ? pkgs.llvmPackages_20.stdenv -, clang-tools ? pkgs.llvmPackages_20.clang-tools +, stdenv ? llvmPackages.stdenv +, clang-tools ? llvmPackages.clang-tools , gasp ? (import ((builtins.fetchGit { url = "git@git.keldu.de:apps/gasp"; ref = "master"; @@ -14,7 +14,7 @@ }: let - version = "0.0.0"; + version = "0.0.1"; in rec { forstio = { core = pkgs.callPackage modules/core/.nix/derivation.nix { @@ -28,9 +28,9 @@ in rec { inherit forstio; inherit stdenv; inherit clang-tools; - }; - - crypto = pkgs.callPackage modules/crypto/.nix/derivation.nix { + }; + + crypto = pkgs.callPackage modules/crypto/.nix/derivation.nix { inherit version; inherit forstio; inherit stdenv; |
