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
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> {},
|
||||
quickshell ? pkgs.callPackage ./default.nix {},
|
||||
stdenv ? pkgs.clangStdenv, # faster compiles than gcc
|
||||
quickshell ? pkgs.callPackage ./default.nix { inherit stdenv; },
|
||||
...
|
||||
}: let
|
||||
tidyfox = import (pkgs.fetchFromGitea {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue