Continue moving personal packages from overlays
Continue moving out of the overlay model for everything and into running sutff directly out of the packages. This should give a cleaner separation of the things that I don't need to maintain separately
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ writeShellApplication, gh, ... }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "setup-ssh";
|
||||
runtimeInputs = [ gh ];
|
||||
text = builtins.readFile ./setup-ssh.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user