mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlays: drop the call argument to simplify
This commit is contained in:
parent
5da726a8af
commit
7b78d6bf54
8 changed files with 52 additions and 44 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{sources}:
|
||||
#
|
||||
final: _: {
|
||||
disko =
|
||||
final.callPackage (sources.disko + "/package.nix")
|
||||
{diskoVersion = sources.disko.version;};
|
||||
}
|
||||
let
|
||||
sources = import ../../../sources.nix;
|
||||
in
|
||||
final: _: {
|
||||
disko =
|
||||
final.callPackage (sources.disko + "/package.nix")
|
||||
{diskoVersion = sources.disko.version;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue