Did that not commit everything? Weird
This commit is contained in:
parent
f3ad77abf0
commit
ed65a762f2
3 changed files with 23 additions and 0 deletions
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
direnv,
|
||||
writeShellApplication,
|
||||
}:
|
||||
writeShellApplication
|
||||
{
|
||||
name = "dvd";
|
||||
|
||||
runtimeInputs = [echo direnv];
|
||||
|
||||
text = ''
|
||||
echo "use flake \"github:the-nix-way/dev-templates?dir=$1\"" >> .envrc
|
||||
direnv allow
|
||||
'';
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
direnv,
|
||||
writeShellApplication,
|
||||
}:
|
||||
writeShellApplication
|
||||
{
|
||||
name = "dvt";
|
||||
|
||||
runtimeInputs = [direnv nix];
|
||||
|
||||
text = ''
|
||||
nix flake init -t "github:the-nix-way/dev-templates#$1"
|
||||
direnv allow
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue