Compare commits
No commits in common. "be95925e386ff52aecdc334ab028de159e58d5c4" and "744da0390f18c32bfa9bdd4822d77be4939e25cb" have entirely different histories.
be95925e38
...
744da0390f
3 changed files with 7 additions and 19 deletions
|
@ -43,7 +43,13 @@ let
|
||||||
gpx-viewer
|
gpx-viewer
|
||||||
gpxsee
|
gpxsee
|
||||||
cawbird
|
cawbird
|
||||||
subsurface
|
#(subsurface.overrideAttrs (oldAttrs: {
|
||||||
|
# patches = (if (oldAttrs ? "patches") then oldAttrs.patches else []) ++ [
|
||||||
|
# pkgs.fetchpatch {
|
||||||
|
# url = "https://github.com/subsurface/subsurface/commit/944165ea06e2f5edb70d64ce9a0bae4ab21017ba.patch";
|
||||||
|
# hash = "1111111111111111111111111111111111111111111111111111";
|
||||||
|
# }];
|
||||||
|
# }))
|
||||||
yate
|
yate
|
||||||
# split and merge PDFs in a GUI
|
# split and merge PDFs in a GUI
|
||||||
pdfarranger
|
pdfarranger
|
||||||
|
|
|
@ -257,23 +257,6 @@ in
|
||||||
# override tmpdir for daemon
|
# override tmpdir for daemon
|
||||||
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||||
|
|
||||||
# remote builders
|
|
||||||
#nix.buildMachines = [
|
|
||||||
# {
|
|
||||||
# hostName = "build01.nix-community.org";
|
|
||||||
# sshUser = "ssh-ng://schmittlauch";
|
|
||||||
# sshKey = "/root/.ssh/remote_builder_key";
|
|
||||||
# system = "x86_64-linux";
|
|
||||||
# maxJobs = 64;
|
|
||||||
# supportedFeatures = [
|
|
||||||
# "big-parallel"
|
|
||||||
# "kvm"
|
|
||||||
# "nixos-test"
|
|
||||||
# ];
|
|
||||||
# }
|
|
||||||
#];
|
|
||||||
programs.ssh.knownHosts."build01.nix-community.org".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElIQ54qAy7Dh63rBudYKdbzJHrrbrrMXLYl7Pkmk88H";
|
|
||||||
|
|
||||||
# package debugging
|
# package debugging
|
||||||
# programs.sysdig.enable = true;
|
# programs.sysdig.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
netcat
|
netcat
|
||||||
ntfs3g
|
ntfs3g
|
||||||
file
|
file
|
||||||
multipath-tools
|
|
||||||
strace
|
strace
|
||||||
ltrace
|
ltrace
|
||||||
valgrind
|
valgrind
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue