allow ability to override nixpkgs
This commit is contained in:
parent
6655200f41
commit
87f69b6f5a
5 changed files with 11 additions and 4 deletions
|
@ -72,7 +72,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
sources = import ./../sources/sources.nix;
|
||||
sources = import ./../sources;
|
||||
in {
|
||||
imports = [
|
||||
(sources.disko + "/module.nix")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
sources = import ./../sources/sources.nix;
|
||||
sources = import ./../sources;
|
||||
in {
|
||||
options.mine.state.enable = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue