treewide: fix darwin, remove obsolete follow
This commit is contained in:
parent
373d59a962
commit
5086b2cae0
2 changed files with 9 additions and 4 deletions
|
@ -116,7 +116,6 @@
|
|||
};
|
||||
crane = {
|
||||
url = "github:ipetkov/crane";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
firefox-darwin = {
|
||||
url = "github:bandithedoge/nixpkgs-firefox-darwin";
|
||||
|
|
|
@ -66,9 +66,15 @@
|
|||
|
||||
darwin =
|
||||
name: module:
|
||||
baseDarwin._module.args.extendModules {
|
||||
modules = [ module ];
|
||||
specialArgs.configurationName = name;
|
||||
let
|
||||
eval = baseDarwin._module.args.extendModules {
|
||||
modules = [ module ];
|
||||
specialArgs.configurationName = name;
|
||||
};
|
||||
in
|
||||
eval
|
||||
// {
|
||||
system = eval.config.system.build.toplevel;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue