update
This commit is contained in:
parent
91b649194e
commit
b83c427d92
1 changed files with 5 additions and 5 deletions
|
|
@ -15,6 +15,11 @@
|
||||||
args:
|
args:
|
||||||
chdir: ~/dotfiles
|
chdir: ~/dotfiles
|
||||||
|
|
||||||
|
- name: git reset
|
||||||
|
shell: "git reset --hard"
|
||||||
|
args:
|
||||||
|
chdir: ~/dotfiles
|
||||||
|
|
||||||
- name: Install Nix Packages
|
- name: Install Nix Packages
|
||||||
shell: "nix-env -iA nixpkgs.myPackages"
|
shell: "nix-env -iA nixpkgs.myPackages"
|
||||||
args:
|
args:
|
||||||
|
|
@ -22,8 +27,3 @@
|
||||||
|
|
||||||
- name: install go apps
|
- name: install go apps
|
||||||
include_tasks: "./scripts/install_goapps.yml"
|
include_tasks: "./scripts/install_goapps.yml"
|
||||||
|
|
||||||
- name: git reset
|
|
||||||
shell: "git reset --hard"
|
|
||||||
args:
|
|
||||||
chdir: ~/dotfiles
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue