mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: local install utility
This commit is contained in:
parent
6cba256e0b
commit
c47ad454a0
5 changed files with 86 additions and 10 deletions
7
pkgs/swarsel-install/default.nix
Normal file
7
pkgs/swarsel-install/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ writeShellApplication, git }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "swarsel-install";
|
||||
runtimeInputs = [ git ];
|
||||
text = builtins.readFile ../../scripts/swarsel-install.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue