diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-17 22:20:56 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-01-17 22:20:56 +0100 |
commit | 37e55957fbf411b928184465acb2b1ecd5ca6852 (patch) | |
tree | d986d3d3bb3f1ae999693aca2aa18363fd7607c8 /accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | |
parent | 26e4293cd31c849fff712d57d15afa1baee2819c (diff) | |
download | nixos-37e55957fbf411b928184465acb2b1ecd5ca6852.tar nixos-37e55957fbf411b928184465acb2b1ecd5ca6852.tar.gz nixos-37e55957fbf411b928184465acb2b1ecd5ca6852.tar.bz2 nixos-37e55957fbf411b928184465acb2b1ecd5ca6852.tar.xz nixos-37e55957fbf411b928184465acb2b1ecd5ca6852.zip |
mako
Diffstat (limited to 'accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix')
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix b/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix deleted file mode 100644 index 7c853619..00000000 --- a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | { mkDerivation, aeson, base, bytestring, containers, directory | ||
2 | , filepath, hostname, hpack, mtl, network, parsec, process, lib | ||
3 | , temporary, transformers, unix, utf8-string, X11, xmonad | ||
4 | , xmonad-contrib, libnotify, taffybar | ||
5 | }: | ||
6 | mkDerivation { | ||
7 | pname = "xmonad-yggdrasil"; | ||
8 | version = "0.0.0"; | ||
9 | src = ./.; | ||
10 | isLibrary = false; | ||
11 | isExecutable = true; | ||
12 | libraryToolDepends = [ hpack ]; | ||
13 | executableHaskellDepends = [ | ||
14 | aeson base bytestring containers directory filepath hostname mtl | ||
15 | network parsec process temporary transformers unix utf8-string X11 | ||
16 | xmonad xmonad-contrib libnotify taffybar | ||
17 | ]; | ||
18 | preConfigure = "hpack"; | ||
19 | license = "unknown"; | ||
20 | hydraPlatforms = lib.platforms.none; | ||
21 | } | ||