diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-23 18:38:26 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-12-23 18:38:26 +0100 |
commit | f92b8b3c229582f3f7095a68df554f9a535ca702 (patch) | |
tree | 1cf5519f73abae8ad627b49856ca010c82d3068c /pkgs/by-name | |
parent | feat(pkgs/back): Init (diff) | |
download | nixos-server-f92b8b3c229582f3f7095a68df554f9a535ca702.tar.gz nixos-server-f92b8b3c229582f3f7095a68df554f9a535ca702.zip |
feat(pkgs): Hook up to the flake and add needed infrastructure
Diffstat (limited to 'pkgs/by-name')
-rwxr-xr-x | pkgs/by-name/ba/back/update.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/by-name/ba/back/update.sh b/pkgs/by-name/ba/back/update.sh index 3247c21..c715a63 100755 --- a/pkgs/by-name/ba/back/update.sh +++ b/pkgs/by-name/ba/back/update.sh @@ -11,7 +11,5 @@ # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/agpl.txt>. -nix flake update - [ "$1" = "upgrade" ] && cargo upgrade cargo update |