diff options
author | makefu <github@syntax-fehler.de> | 2018-09-17 01:11:57 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-17 01:13:40 +0200 |
commit | 0823d0cbdc2861defaabc232058d96c8862c0b24 (patch) | |
tree | 6bb8d996de851b0d284c3123e3743d80cf647a89 /makefu/2configs/tools/core.nix | |
parent | 80250950625cceb084ed4251082a01fbd8de2bc1 (diff) |
ma: random cleanup
Diffstat (limited to 'makefu/2configs/tools/core.nix')
-rw-r--r-- | makefu/2configs/tools/core.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makefu/2configs/tools/core.nix b/makefu/2configs/tools/core.nix index 604288904..33e896d4c 100644 --- a/makefu/2configs/tools/core.nix +++ b/makefu/2configs/tools/core.nix @@ -3,9 +3,11 @@ # tools i use when actually working with the host. # package version will now be maintained by nix-rebuild # -# essentially `nix-env -q` of the main user { environment.systemPackages = with pkgs; [ + ( pkgs.writeScriptBin "unknow" ''#!/bin/sh +${gnused}/bin/sed -i "''${1}d" ~/.ssh/known_hosts + '') at_spi2_core acpi bc |