Skip to content

Commit 2d7ce4d

Browse files
authored
fix: replaced getExe with getExe' to avoid nix warning. (#460)
<img width="1281" alt="image" src="https://github.com/user-attachments/assets/e1ef1526-52a6-4a79-977d-4a32bd237778" /> This will avoid this warning.
1 parent 63521ac commit 2d7ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/envs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ src, lib, cachix, fetchFromGitHub }:
22
lib.mapAttrs (_: v: builtins.toString v) {
33
OMNIX_SOURCE = src;
4-
CACHIX_BIN = lib.getExe cachix;
4+
CACHIX_BIN = lib.getExe' cachix "cachix";
55
OM_INIT_REGISTRY = "path:${src}/crates/omnix-init/registry";
66
DEFAULT_FLAKE_SCHEMAS = "path:${src}/nix/flake-schemas";
77
FLAKE_METADATA = "path:${src}/crates/nix_rs/src/flake/functions/metadata";

0 commit comments

Comments
 (0)