mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: catchup local installer to remote
This commit is contained in:
parent
665abecc5b
commit
cb47c8e13e
7 changed files with 347 additions and 64 deletions
7
pkgs/swarsel-postinstall/default.nix
Normal file
7
pkgs/swarsel-postinstall/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ writeShellApplication, git }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "swarsel-postinstall";
|
||||
runtimeInputs = [ git ];
|
||||
text = builtins.readFile ../../scripts/swarsel-postinstall.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue