diff options
author | tv <tv@krebsco.de> | 2018-06-19 21:23:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-06-19 23:56:22 +0200 |
commit | 1665703c4562ca454e5aafd62105715fb8561238 (patch) | |
tree | 43b55a7aa94536f7aa53c1da6404fe6dae853eca /lass/3modules/xjail.nix | |
parent | c19baeee138f9455ef570e609c045d312d6cc0f4 (diff) |
nix-writers: init submodule
Diffstat (limited to 'lass/3modules/xjail.nix')
-rw-r--r-- | lass/3modules/xjail.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/3modules/xjail.nix b/lass/3modules/xjail.nix index 325ebcc99..4c0023a76 100644 --- a/lass/3modules/xjail.nix +++ b/lass/3modules/xjail.nix @@ -44,7 +44,7 @@ with import <stockholm/lib>; wm = mkOption { #TODO find type type = types.string; - default = "${pkgs.writeHaskell "xephyrify-xmonad" { + default = "${pkgs.writeHaskellPackage "xephyrify-xmonad" { executables.xmonad = { extra-depends = [ "containers" |