This commit is contained in:
DeveloperDurp 2025-05-17 15:25:42 -05:00
parent 91b649194e
commit b83c427d92

View file

@ -15,6 +15,11 @@
args:
chdir: ~/dotfiles
- name: git reset
shell: "git reset --hard"
args:
chdir: ~/dotfiles
- name: Install Nix Packages
shell: "nix-env -iA nixpkgs.myPackages"
args:
@ -22,8 +27,3 @@
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
- name: git reset
shell: "git reset --hard"
args:
chdir: ~/dotfiles