mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
refactor: lib, flake.nix
This commit is contained in:
parent
a0f4384034
commit
b71bb5794a
27 changed files with 540 additions and 706 deletions
7
pkgs/swarsel-bootstrap/default.nix
Normal file
7
pkgs/swarsel-bootstrap/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ writeShellApplication, openssh }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "swarsel-bootstrap";
|
||||
runtimeInputs = [ openssh ];
|
||||
text = builtins.readFile ../../scripts/swarsel-bootstrap.sh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue