mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
nix: add overlay
This commit is contained in:
parent
d4b19e4a30
commit
4b825e7051
5 changed files with 22 additions and 11 deletions
|
|
@ -2,8 +2,8 @@
|
|||
lib,
|
||||
nix-gitignore,
|
||||
pkgs,
|
||||
stdenv,
|
||||
keepDebugInfo,
|
||||
buildStdenv ? pkgs.clangStdenv,
|
||||
|
||||
pkg-config,
|
||||
cmake,
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
withHyprland ? true,
|
||||
withI3 ? true,
|
||||
}: let
|
||||
unwrapped = buildStdenv.mkDerivation {
|
||||
unwrapped = stdenv.mkDerivation {
|
||||
pname = "quickshell${lib.optionalString debug "-debug"}";
|
||||
version = "0.2.0";
|
||||
src = nix-gitignore.gitignoreSource "/default.nix\n" ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue