File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 2
2
lib . mapAttrs ( _ : v : builtins . toString v ) {
3
3
OMNIX_SOURCE = src ;
4
4
CACHIX_BIN = lib . getExe cachix ;
5
- OM_INIT_REGISTRY = lib . cleanSourceWith {
6
- name = "om-init-registry" ;
7
- src = src + /crates/omnix-init/registry ;
8
- } ;
5
+ OM_INIT_REGISTRY = src + /crates/omnix-init/registry ;
9
6
DEVOUR_FLAKE = fetchFromGitHub {
10
7
owner = "srid" ;
11
8
repo = "devour-flake" ;
@@ -60,16 +57,7 @@ lib.mapAttrs (_: v: builtins.toString v) {
60
57
rev = "inventory-for-systems" ;
61
58
hash = "sha256-GTxRovvYWYn2/LDvjA73YttGuqvtKaOFZfOR9YxtST0=" ;
62
59
} ;
63
- DEFAULT_FLAKE_SCHEMAS = lib . cleanSourceWith {
64
- name = "flake-schemas" ;
65
- src = src + /nix/flake-schemas ;
66
- } ;
67
- FLAKE_METADATA = lib . cleanSourceWith {
68
- name = "nix-rs-flake-metadata" ;
69
- src = src + /crates/nix_rs/src/flake/functions/metadata ;
70
- } ;
71
- FLAKE_ADDSTRINGCONTEXT = lib . cleanSourceWith {
72
- name = "nix-rs-flake-addstringcontext" ;
73
- src = src + /crates/nix_rs/src/flake/functions/addstringcontext ;
74
- } ;
60
+ DEFAULT_FLAKE_SCHEMAS = src + /nix/flake-schemas ;
61
+ FLAKE_METADATA = src + /crates/nix_rs/src/flake/functions/metadata ;
62
+ FLAKE_ADDSTRINGCONTEXT = src + /crates/nix_rs/src/flake/functions/addstringcontext ;
75
63
}
You can’t perform that action at this time.
0 commit comments