mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlay/disko: migrate to by-name
This commit is contained in:
parent
6bda62ae45
commit
e47f1009fa
2 changed files with 7 additions and 6 deletions
7
nix/overlays/by-name/disko/overlay.nix
Normal file
7
nix/overlays/by-name/disko/overlay.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{sources}:
|
||||
#
|
||||
final: _: {
|
||||
disko =
|
||||
final.callPackage (sources.disko + "/package.nix")
|
||||
{diskoVersion = sources.disko.version;};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue