fork and fix hie to build against recent glibc
This commit is contained in:
parent
1f9f28e966
commit
130de150d6
1
all-hies
Submodule
1
all-hies
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 706058c72696a238efe498c9f4af947e5480b9e3
|
|
@ -5,7 +5,8 @@ with pkgs;
|
|||
let
|
||||
unstable = import <nixos-unstable> {};
|
||||
mybrowser = firefox;
|
||||
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
||||
#all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
||||
all-hies = import ../all-hies {};
|
||||
pypi2nix = import (
|
||||
pkgs.fetchgit {
|
||||
url = "https://github.com/nix-community/pypi2nix";
|
||||
|
@ -324,10 +325,6 @@ in
|
|||
terminal = "screen-256color";
|
||||
};
|
||||
|
||||
#systemd.user.services.lorri = {
|
||||
# Service.ExecStart = lib.mkForce "${pkgs.lorri}/bin/lorri -v daemon";
|
||||
# Install.WantedBy = [ "default.target" ];
|
||||
#};
|
||||
systemd.user.startServices = true;
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
|
Loading…
Reference in a new issue