summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-09chore(deps): lock file maintenancemainrenovate[bot]
2023-10-02Merge pull request #303 from nix-community/welcomenzbr
feat: add welcome message
2023-10-02Merge pull request #302 from nix-community/renovate/lock-file-maintenancenzbr
chore(deps): lock file maintenance
2023-10-02feat: add welcome messageK900
Direct people to upgrade their systems first and link to support channels just in case.
2023-10-02chore(deps): lock file maintenancerenovate[bot]
2023-09-30Merge pull request #300 from nix-community/fixupsK900
fix: fix config generation for legacy/tests
2023-09-30fix: fix config generation for legacy/testsK900
2023-09-29Merge pull request #295 from nix-community/prep-releasenzbr
New release preparation
2023-09-29fix: fix legacy (syschdemd) modeK900
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-29fix: add better indirection to syschdemd proxyK900
Fixes username-change test
2023-09-29cleanup: clean up tests, don't rely on base configK900
2023-09-29fix: remove deprecated options from testK900
2023-09-29fix: fix basic-functionality testK900
We no longer enable flakes by default
2023-09-29fix: update channels when installing distro under testK900
2023-09-29fix: add warnings for old removed optionsK900
2023-09-29cleanup: remove old WSL interop hacksK900
2023-09-29cleanup: remove old docker-desktop hacksK900
2023-09-29cleanup: remove the old installer, now unusedK900
2023-09-29feat: rewrite tarball generation to use proper nixos-install + nixos-enterK900
Supersedes #243.
2023-09-29systemd: default to nativeK900
2023-09-29chore(utils): explicitly specify MSRV, pin deps that break on Rust 1.69K900
This is not used in dependency resolution, yet, but will be eventually.
2023-09-29cleanup: minor treewide cleanupsK900
2023-09-29flake.lock: UpdateK900
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-12Merge pull request #289 from nix-community/renovate/nix-0.xSandro
2023-09-12Enable mount feature for NixK900
2023-09-12fix(deps): update rust crate nix to 0.27.1renovate[bot]
2023-09-12Refactor (#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-10fix(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-09fix(deps): update rust crate anyhow to 1.0.75renovate[bot]
2023-09-09ci: only trigger runs on push to main and PRsnzbr
2023-09-09Merge pull request #259 from nix-community/renovate/lock-file-maintenancenzbr
chore(deps): lock file maintenance
2023-09-09fix: pin rust dependencies; undo cargo lock updatenzbr
2023-09-09chore(deps): lock file maintenancerenovate[bot]
2023-09-04chore(deps): update actions/checkout action to v4 (#283)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04chore(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-20Merge pull request #274 from nix-community/recovery-shellnzbr
feat: add a recovery shell
2023-08-15feat: add a recovery shellK900
2023-07-28Merge pull request #272 from nix-community/flake-updatesnzbr
Update flakes
2023-07-28Update flakesnzbr
2023-07-28Update release drafter confignzbr
2023-07-24Merge pull request #268 from SuperSandro2000/23.05Sandro
2023-07-24Only include wslpath derivation on syschdemdnzbr
2023-07-24fix: shells testnzbr
2023-07-19Bump stable to 23.05Sandro Jäckel
2023-07-12Merge pull request #267 from nix-community/getentSandro
2023-07-12fix: getent missing on nixos-unstablenzbr
2023-07-12Update flakesnzbr
2023-07-03Merge pull request #260 from terlar/custom-config-pathSandro
2023-06-26Make system config included in the tarball writeableTerje Larsen
2023-06-21Allow customizing the system config to include in the tarballTerje Larsen