mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlay/wired-notify: migrate to by-name
This commit is contained in:
parent
624a7d4e04
commit
1b6aa25cc9
3 changed files with 3 additions and 11 deletions
2
nix/overlays/by-name/wired-notify/overlay.nix
Normal file
2
nix/overlays/by-name/wired-notify/overlay.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{sources}:
|
||||
(import sources.wired-notify).overlays.default
|
||||
|
|
@ -1,5 +1,2 @@
|
|||
{
|
||||
default = import ./top-level.nix;
|
||||
}
|
||||
// import ./by-name.nix
|
||||
import ./by-name.nix
|
||||
// {packages = import ./packages.nix;}
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
let
|
||||
sources = import ../sources.nix;
|
||||
lib = import (sources.nixpkgs + "/lib");
|
||||
in
|
||||
lib.composeManyExtensions [
|
||||
((import sources.wired-notify).overlays.default)
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue