Skip to content

Commit

Permalink
Merge pull request #409 from Pacman99/bud-get-git
Browse files Browse the repository at this point in the history
bud: move to shell and use git clone for get
  • Loading branch information
Pacman99 authored Dec 30, 2021
2 parents 3587d67 + 87f1d7d commit 267e135
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion bud/get.bash

This file was deleted.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
//
{
budModules = { devos = import ./bud; };
budModules = { devos = import ./shell/bud; };
}
;
}
File renamed without changes.
1 change: 1 addition & 0 deletions shell/bud/get.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git clone https://github.com/divnix/devos.git "${2:-devos}"

0 comments on commit 267e135

Please # to comment.