mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 06:59:39 +00:00
nix: extra-substituters
This commit is contained in:
parent
b2426ceb26
commit
eacfd6f817
3 changed files with 43 additions and 7 deletions
|
|
@ -11,6 +11,7 @@ let
|
|||
};
|
||||
|
||||
substituters = import ./substituters.nix;
|
||||
extra-substituters = import ./extra-substituters.nix;
|
||||
|
||||
mkNixOS =
|
||||
name: sys: hmOpts:
|
||||
|
|
@ -40,8 +41,8 @@ let
|
|||
"${self}/nix/home/_"
|
||||
"${self}/nix/home/${name}"
|
||||
nixpkgsRegistry
|
||||
extra-substituters
|
||||
hmOpts
|
||||
substituters
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -77,7 +78,7 @@ let
|
|||
"${self}/nix/home/_"
|
||||
"${self}/nix/home/${name}"
|
||||
nixpkgsRegistry
|
||||
substituters
|
||||
extra-substituters
|
||||
hmOpts
|
||||
];
|
||||
};
|
||||
|
|
@ -103,7 +104,7 @@ let
|
|||
"${self}/nix/home/_"
|
||||
"${self}/nix/home/${name}"
|
||||
nixpkgsRegistry
|
||||
substituters
|
||||
extra-substituters
|
||||
hmOpts
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue