[XMonad] Delete old files

This commit is contained in:
Ivan Malison 2021-08-03 14:02:33 -06:00
parent 99a639ddca
commit c0140f8dfc
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
3 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
(import ./base.nix (import <nixpkgs>)).haskellPackages.imalison-xmonad

View File

@ -1,3 +0,0 @@
let
pkgs = (import ./base.nix (import <nixpkgs>));
in pkgs.haskellPackages.shellFor { packages = p: [ p.imalison-xmonad ]; }

View File

@ -1,21 +0,0 @@
flags: {}
extra-package-dbs: []
packages:
- .
- location: ./xmonad
extra-dep: true
- location: ./xmonad-contrib
extra-dep: true
extra-deps:
- X11-xft-0.3.1
resolver: lts-13.19
nix:
packages:
- pkgconfig
- x11
- xorg.libX11
- xorg.libXext
- xorg.libXinerama
- xorg.libXrandr
- xorg.libXrender
- xorg.libXScrnSaver