We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63521ac commit 2d7ce4dCopy full SHA for 2d7ce4d
nix/envs/default.nix
@@ -1,7 +1,7 @@
1
{ src, lib, cachix, fetchFromGitHub }:
2
lib.mapAttrs (_: v: builtins.toString v) {
3
OMNIX_SOURCE = src;
4
- CACHIX_BIN = lib.getExe cachix;
+ CACHIX_BIN = lib.getExe' cachix "cachix";
5
OM_INIT_REGISTRY = "path:${src}/crates/omnix-init/registry";
6
DEFAULT_FLAKE_SCHEMAS = "path:${src}/nix/flake-schemas";
7
FLAKE_METADATA = "path:${src}/crates/nix_rs/src/flake/functions/metadata";
0 commit comments