Releases: Mic92/nixos-shell
Releases · Mic92/nixos-shell
2.1.0
What's Changed
- shell config: only resize if on tty by @tropf in #84
- fix missing executable run-nixos-vm by @Radvendii in #89
- handle it gracefully if the input flake does not have a nixpkgs input by @Radvendii in #88
- nixos-shell: add flag to only build the vm but not run it. by @Mic92 in #91
- Add out-link option by @Mic92 in #92
- fix mountNixProfile default by @winterqt in #96
- use resholve for packaging by @winterqt in #95
- don't inherit PATH from host if the guest system != host system, add an option for it by @winterqt in #94
- better position the logo by @Mic92 in #102
- logo: center by @Mic92 in #103
- Add nixos.qcow2 to gitignore by @midchildan in #126
- Fix guest Nix flake failures in Git repos on the host filesystem by @midchildan in #125
- Change default guest to linux on darwin hosts by @midchildan in #123
- add version tracking and release script by @Mic92 in #136
New Contributors
- @tropf made their first contribution in #84
- @mergify[bot] made their first contribution in #85
- @winterqt made their first contribution in #96
- @dependabot[bot] made their first contribution in #98
- @nixos-shell-flake-updater[bot] made their first contribution in #99
- @midchildan made their first contribution in #126
Full Changelog: 2.0.0...2.1.0
2.0.0
1.1.1
What's Changed
- bin/nixos-shell: use
nix runto run; flake.nix: usepackages.<system>.defaultby @ShamrockLee in #76
New Contributors
- @brianmcgee made their first contribution in #68
- @mic92-renovate made their first contribution in #73
- @ShamrockLee made their first contribution in #76
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Use flake.inputs.nixpkgs.lib if available, before defaulting to NIX_PATH by @MatthewCroughan in #66
- fix error on bad / unset $SHELL by @Radvendii in #62
- Fix bug introduced by 3e3dd03 by @MatthewCroughan in #67
- Support
extendModulesfor injecting nixos-shell's options and config modules by @tomeon in #58
New Contributors
- @MatthewCroughan made their first contribution in #66
- @Radvendii made their first contribution in #62
- @tomeon made their first contribution in #58
Full Changelog: 1.0.0...1.1.0
Flake support
fix deprecated module option
0.2.1 Merge pull request #27 from Mic92/ci