tests
This commit is contained in:
commit
8700058231
5
flake.nix
Normal file
5
flake.nix
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
(self: super: {
|
||||||
|
waybar = super.waybar.overrideAttrs (oldAttrs: {
|
||||||
|
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
||||||
|
});
|
||||||
|
})
|
||||||
1
overlay.nix
Normal file
1
overlay.nix
Normal file
@ -0,0 +1 @@
|
|||||||
|
(self: super: { vtop = super.vesktop; })
|
||||||
Loading…
Reference in New Issue
Block a user