| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-09 | chore(deps): lock file maintenancemain | renovate[bot] | |
| 2023-10-02 | Merge pull request #303 from nix-community/welcome | nzbr | |
| feat: add welcome message | |||
| 2023-10-02 | Merge pull request #302 from nix-community/renovate/lock-file-maintenance | nzbr | |
| chore(deps): lock file maintenance | |||
| 2023-10-02 | feat: add welcome message | K900 | |
| Direct people to upgrade their systems first and link to support channels just in case. | |||
| 2023-10-02 | chore(deps): lock file maintenance | renovate[bot] | |
| 2023-09-30 | Merge pull request #300 from nix-community/fixups | K900 | |
| fix: fix config generation for legacy/tests | |||
| 2023-09-30 | fix: fix config generation for legacy/tests | K900 | |
| 2023-09-29 | Merge pull request #295 from nix-community/prep-release | nzbr | |
| New release preparation | |||
| 2023-09-29 | fix: fix legacy (syschdemd) mode | K900 | |
| Quoth man mount(2) > EINVAL > > A bind operation (MS_BIND) was requested where source > referred a mount namespace magic link (i.e., a > /proc/pid/ns/mnt magic link or a bind mount to such a > link) and the propagation type of the parent mount of > target was MS_SHARED, but propagation of the requested > bind mount could lead to a circular dependency that might > prevent the mount namespace from ever being freed. | |||
| 2023-09-29 | fix: add better indirection to syschdemd proxy | K900 | |
| Fixes username-change test | |||
| 2023-09-29 | cleanup: clean up tests, don't rely on base config | K900 | |
| 2023-09-29 | fix: remove deprecated options from test | K900 | |
| 2023-09-29 | fix: fix basic-functionality test | K900 | |
| We no longer enable flakes by default | |||
| 2023-09-29 | fix: update channels when installing distro under test | K900 | |
| 2023-09-29 | fix: add warnings for old removed options | K900 | |
| 2023-09-29 | cleanup: remove old WSL interop hacks | K900 | |
| 2023-09-29 | cleanup: remove old docker-desktop hacks | K900 | |
| 2023-09-29 | cleanup: remove the old installer, now unused | K900 | |
| 2023-09-29 | feat: rewrite tarball generation to use proper nixos-install + nixos-enter | K900 | |
| Supersedes #243. | |||
| 2023-09-29 | systemd: default to native | K900 | |
| 2023-09-29 | chore(utils): explicitly specify MSRV, pin deps that break on Rust 1.69 | K900 | |
| This is not used in dependency resolution, yet, but will be eventually. | |||
| 2023-09-29 | cleanup: minor treewide cleanups | K900 | |
| 2023-09-29 | flake.lock: Update | K900 | |
| Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/f9e7cf818399d17d347f847525c5a5a8032e4e44' (2023-08-23) → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4f77ea639305f1de0a14d9d41eef83313360638c' (2023-09-07) → 'github:NixOS/nixpkgs/5cfafa12d57374f48bcc36fda3274ada276cf69e' (2023-09-27) | |||
| 2023-09-12 | Merge pull request #289 from nix-community/renovate/nix-0.x | Sandro | |
| 2023-09-12 | Enable mount feature for Nix | K900 | |
| 2023-09-12 | fix(deps): update rust crate nix to 0.27.1 | renovate[bot] | |
| 2023-09-12 | Refactor (#291) | nzbr | |
| * move module imports to default.nix * move docker modules to subdirectory * add an otion for adding files to /bin. Fixes #279 * move recovery script to own module * reorder options * move systemd related code to separate modules * move utils to repo root * devShell -> devShells.default * fix utils imports * fix bashWrapper | |||
| 2023-09-10 | fix(deps): update rust crate log to 0.4.20 (#287) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-09-09 | fix(deps): update rust crate anyhow to 1.0.75 | renovate[bot] | |
| 2023-09-09 | ci: only trigger runs on push to main and PRs | nzbr | |
| 2023-09-09 | Merge pull request #259 from nix-community/renovate/lock-file-maintenance | nzbr | |
| chore(deps): lock file maintenance | |||
| 2023-09-09 | fix: pin rust dependencies; undo cargo lock update | nzbr | |
| 2023-09-09 | chore(deps): lock file maintenance | renovate[bot] | |
| 2023-09-04 | chore(deps): update actions/checkout action to v4 (#283) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-09-04 | chore(deps): update cachix/install-nix-action action to v23 (#282) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-08-20 | Merge pull request #274 from nix-community/recovery-shell | nzbr | |
| feat: add a recovery shell | |||
| 2023-08-15 | feat: add a recovery shell | K900 | |
| 2023-07-28 | Merge pull request #272 from nix-community/flake-updates | nzbr | |
| Update flakes | |||
| 2023-07-28 | Update flakes | nzbr | |
| 2023-07-28 | Update release drafter config | nzbr | |
| 2023-07-24 | Merge pull request #268 from SuperSandro2000/23.05 | Sandro | |
| 2023-07-24 | Only include wslpath derivation on syschdemd | nzbr | |
| 2023-07-24 | fix: shells test | nzbr | |
| 2023-07-19 | Bump stable to 23.05 | Sandro Jäckel | |
| 2023-07-12 | Merge pull request #267 from nix-community/getent | Sandro | |
| 2023-07-12 | fix: getent missing on nixos-unstable | nzbr | |
| 2023-07-12 | Update flakes | nzbr | |
| 2023-07-03 | Merge pull request #260 from terlar/custom-config-path | Sandro | |
| 2023-06-26 | Make system config included in the tarball writeable | Terje Larsen | |
| 2023-06-21 | Allow customizing the system config to include in the tarball | Terje Larsen | |
