commande pour faciliter l'application du template
This commit is contained in:
3
Makefile
3
Makefile
@@ -40,6 +40,9 @@ submodules-push:
|
|||||||
submodules-tag:
|
submodules-tag:
|
||||||
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|
||||||
|
template:
|
||||||
|
find . -name "*.nix" -exec meld /etc/nixos/base/module-template.nix {} \;
|
||||||
|
|
||||||
tag: submodules-tag
|
tag: submodules-tag
|
||||||
git tag -f "$$(date +%F)-$$(hostname -s)"
|
git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user