hosts/shinmyoumaru: Move to cross-compilation

This commit is contained in:
kat witch 2021-09-02 23:49:14 +01:00
parent f9c42b57ab
commit 78ea6db567
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 22 additions and 10 deletions

View file

@ -17,9 +17,6 @@ in
genmac = ''
nix run nixpkgs.openssl -c openssl rand -hex 6 | sed 's/\(..\)\(..\)\(..\)\(..\)\(..\)\(..\)/\1:\2:\3:\4:\5:\6/'
'';
nano = ''
${pkgs.kitty}/bin/kitty +kitten icat ${./nano.png}
'';
getAlias = ''
printf '%s\n' $aliases[$1]
'';