diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-03 14:01:10 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-03-03 14:01:10 +0100 |
commit | 7abcc7c96ce891128858089e34afc2e986b1ab19 (patch) | |
tree | f0b5e4b82e93feec54450e232e28588fb6e8f107 /.nix | |
parent | 1b553907f0d09671f7036a5cca1ff93021582d5c (diff) |
wip
Diffstat (limited to '.nix')
-rw-r--r-- | .nix/derivation.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.nix/derivation.nix b/.nix/derivation.nix index 895a2f2..b328e56 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -3,7 +3,6 @@ , scons , clang-tools , forstio -, kel-unit }: stdenv.mkDerivation { @@ -20,7 +19,7 @@ stdenv.mkDerivation { forstio.core forstio.async forstio.codec - kel-unit + forstio.codec-unit ]; outputs = [ "out" "dev" ]; |