update various things

This commit is contained in:
Ingolf Wagner 2022-04-22 19:29:22 +02:00
parent 0266e4976a
commit dae27bbbfc
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
4 changed files with 19 additions and 14 deletions

View file

@ -4,5 +4,11 @@
mediainfo mediainfo
youtube-dl youtube-dl
ipset # for sshguard ipset # for sshguard
unstable.vulnix
(pkgs.writers.writeBashBin "vulnix-system" ''
${pkgs.unstable.vulnix}/bin/vulnix --profile /nix/var/nix/profiles/system
'')
]; ];
} }

View file

@ -39,8 +39,6 @@ in
exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@" exec ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@"
'') '')
neo4j-desktop
sweethome3d.application sweethome3d.application
pkgs.polygon-art.polygon-art pkgs.polygon-art.polygon-art

View file

@ -21,18 +21,18 @@ let
''; '';
taskwarrior-tui = pkgs.unstable.taskwarrior-tui; taskwarrior-tui = pkgs.unstable.taskwarrior-tui;
vit = pkgs.unstable.vit.overrideAttrs (old: rec { #vit = pkgs.unstable.vit.overrideAttrs (old: rec {
name = "vit-${version}"; # name = "vit-${version}";
version = "master"; # version = "master";
src = pkgs.fetchgit { # src = pkgs.fetchgit {
url = "https://github.com/scottkosty/vit.git"; # url = "https://github.com/scottkosty/vit.git";
#rev = "7200949214362139e8073b6ca1a58cc756b2ebd0"; # #rev = "7200949214362139e8073b6ca1a58cc756b2ebd0";
#sha256 = "1s0rvqn8xjy3qiw9034wfzz2r7mwary70x32fqprz2w2h5r73j2m"; # #sha256 = "1s0rvqn8xjy3qiw9034wfzz2r7mwary70x32fqprz2w2h5r73j2m";
rev = "cfe5975bd054fe8ffe79527a1af6356528b60c63"; # rev = "cfe5975bd054fe8ffe79527a1af6356528b60c63";
sha256 = "12fjx91l7cxxan3pg0xqmizpabp5g482vxqq5f3r8b6dw70l15hk"; # sha256 = "12fjx91l7cxxan3pg0xqmizpabp5g482vxqq5f3r8b6dw70l15hk";
}; # };
}); #});
#vit = pkgs.vit; vit = pkgs.unstable.vit;
in in
{ {

View file

@ -18,6 +18,7 @@
"robi" "robi"
"144.76.13.147" "144.76.13.147"
"git.ingolf-wagner.de" "git.ingolf-wagner.de"
"taskd.ingolf-wagner.de"
]; ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK2PGX6cZuBUGX4VweMzi0aRh4uQ61yngCzZGcK3w5XV"; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK2PGX6cZuBUGX4VweMzi0aRh4uQ61yngCzZGcK3w5XV";
}; };