diff options
Diffstat (limited to 'examples/meta_2d/.nix')
| -rw-r--r-- | examples/meta_2d/.nix/derivation.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/meta_2d/.nix/derivation.nix b/examples/meta_2d/.nix/derivation.nix index 6dcc00e..26706e6 100644 --- a/examples/meta_2d/.nix/derivation.nix +++ b/examples/meta_2d/.nix/derivation.nix @@ -5,7 +5,7 @@ , forstio , pname , version -, kel-lbm +, kel }: stdenv.mkDerivation { @@ -24,7 +24,7 @@ stdenv.mkDerivation { forstio.codec forstio.codec-unit forstio.codec-json - kel-lbm + kel.lbm.core ]; preferLocalBuild = true; |
