This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/pkgs/custom-wlscripts/default.nix

15 lines
205 B
Nix

{ config, pkgs, lib, ... }:
let
wobsock = "/tmp/wob-volume.fifo";
in
stdenvNoCC.mkDerivation rec {
pname = "custom-wlscripts";
version = "1";
phases = [ "installPhase" ];
installPhase = ''
}