6 Commits

Author SHA1 Message Date
semantic-release-bot d6c4865a1e chore(release): 1.0.2
## [1.0.2](https://gitlab.com/oceanbox/busynix/compare/v1.0.1...v1.0.2) (2025-09-18)

### Bug Fixes

* update to nixos-25.05 ([b3095e7](https://gitlab.com/oceanbox/busynix/commit/b3095e7557377487462623e475d2a4a4ff92fa97))
2025-09-18 09:01:56 +00:00
juselius 0f8e4a1732 Merge branch 'main' of gitlab.com:oceanbox/busynix 2025-09-18 11:00:47 +02:00
juselius b3095e7557 fix: update to nixos-25.05 2025-09-18 11:00:30 +02:00
semantic-release-bot 58d0dee73d chore(release): 1.0.1
## [1.0.1](https://gitlab.com/oceanbox/busynix/compare/v1.0.0...v1.0.1) (2024-01-29)

### Bug Fixes

* add ssh-client to devcontainer ([e94c628](https://gitlab.com/oceanbox/busynix/commit/e94c62802409bc0667aaba771ca57321b1e962a1))
2024-01-29 09:45:24 +00:00
Jonas Juselius 3923449dee Merge branch 'main' of gitlab.com:oceanbox/busynix 2024-01-29 10:43:35 +01:00
Jonas Juselius e94c628024 fix: add ssh-client to devcontainer 2024-01-29 10:43:21 +01:00
4 changed files with 23 additions and 2 deletions
+7
View File
@@ -1 +1,8 @@
FROM node:20
RUN apt-get update && apt-get install -y ssh-client
# Clean up
RUN apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
+1 -1
View File
@@ -1 +1 @@
1.0.0
1.0.2
+1 -1
View File
@@ -1,6 +1,6 @@
FROM nixos/nix
RUN nix-channel --add https://nixos.org/channels/nixos-23.11 nixpkgs
RUN nix-channel --add https://nixos.org/channels/nixos-25.05 nixpkgs
RUN nix-channel --update
RUN nix-env -iA nixpkgs.bind
+14
View File
@@ -1,5 +1,19 @@
# Changelog
## [1.0.2](https://gitlab.com/oceanbox/busynix/compare/v1.0.1...v1.0.2) (2025-09-18)
### Bug Fixes
* update to nixos-25.05 ([b3095e7](https://gitlab.com/oceanbox/busynix/commit/b3095e7557377487462623e475d2a4a4ff92fa97))
## [1.0.1](https://gitlab.com/oceanbox/busynix/compare/v1.0.0...v1.0.1) (2024-01-29)
### Bug Fixes
* add ssh-client to devcontainer ([e94c628](https://gitlab.com/oceanbox/busynix/commit/e94c62802409bc0667aaba771ca57321b1e962a1))
# 1.0.0 (2024-01-29)