Commit Graph

342 Commits

Author SHA1 Message Date
Jörg Thalheim
72a931dfe2
Merge pull request #154 from elsbrock/patch-1
docs: fix description for `-o`
2022-05-22 12:21:02 +01:00
Simon Elsbrock
05c43eb41c
docs: fix wrong sentence for -o 2022-05-17 22:47:23 +02:00
Lassulus
11f97f9713
Merge pull request #153 from tomeon/find-symlinked-executables
Handle "config.filename" output path that is a symlink to a regular file
2022-05-13 18:04:20 +02:00
Matt Schreiber
70b4350553
CI: add nixos-generate logging output assertions
Namely, assert that the last line of output refers to a store path that
is a file or symlink to a file.
2022-05-13 11:45:22 -04:00
Matt Schreiber
3cf3032e81
Resolve links when finding output filename
by s/-type/-xtype/ in the "find" invocation.  Now nixos-generate prints
both regular files and symlinks to regular files (like "run-nixos-vm"
for the "vm" and "vm-nogui" formats).
2022-05-13 11:44:53 -04:00
Lassulus
3cdf22c79b
Merge pull request #152 from nix-community/raw-efi-boot
raw-efi-boot fixes
2022-04-26 19:23:31 +01:00
lassulus
8fa0a1f52b vm-nogui: fix syntax error 2022-04-26 19:09:49 +02:00
lassulus
daa142a20b raw-efi: override build.raw harder 2022-04-26 19:09:36 +02:00
lassulus
db5c176919 raw-efi: add /boot partition 2022-04-26 18:53:24 +02:00
Lassulus
3cc7d08029
Merge pull request #149 from alan-strohm/master
pass specialArgs through to nixosSystem
2022-04-26 12:16:30 +01:00
Alan Strohm
e22916ec84 pass specialArgs through to nixosSystem 2022-04-21 09:43:21 -07:00
lassulus
b0326ae4f0 formats: init docker 2022-04-19 19:09:35 +02:00
Jörg Thalheim
adeb359bad
Merge pull request #146 from nix-community/faq
README: add FAQ section
2022-04-13 12:31:06 +01:00
lassulus
9e7c8e28f0 README: add FAQ section 2022-04-13 13:03:24 +02:00
Lassulus
621bf81b3d
Merge pull request #145 from nix-community/dependabot/github_actions/cachix/install-nix-action-17
Bump cachix/install-nix-action from 16 to 17
2022-04-11 14:26:44 +01:00
dependabot[bot]
67c1de5b18
Bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 13:04:59 +00:00
lassulus
117ed432a4 kexec: fix kexec_tarball harder 2022-04-09 18:49:40 +02:00
Lassulus
f558711174
Merge pull request #135 from nix-community/vm-nogui-resize
formats vm-nogui: resize only if /dev/tty exists
2022-04-08 13:45:36 +01:00
Lassulus
788a310a62
Merge pull request #143 from nix-community/kexec-bundle
kexec-bundle: get kexec_tarball from module system
2022-04-08 13:45:23 +01:00
lassulus
d9de54155c kexec-bundle: get kexec_tarball from module system 2022-03-29 10:13:03 +02:00
Jörg Thalheim
9f56b704ff
Merge pull request #138 from Pacman99/flake-extendModules
nixos-generate: use extendModules for flakes
2022-03-17 12:45:42 +00:00
Lassulus
0d02820bcd
Merge pull request #140 from nix-community/kexec
formats kexec: fix mutliple definition
2022-03-16 14:37:29 +01:00
lassulus
85014f358b formats kexec: fix multiple definition 2022-03-16 13:24:18 +01:00
Jörg Thalheim
aa5e966498
Merge pull request #139 from nix-community/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-07 13:09:44 +00:00
dependabot[bot]
5320ff5dcf
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 13:08:11 +00:00
Parthiv Seetharaman
6cba3aef07 nixos-generate: use extendModules for flakes 2022-02-26 14:12:37 -08:00
Jörg Thalheim
05773c5d15
Merge pull request #137 from illustris/proxmox-lxc
add proxmox LXC format
2022-02-25 14:50:19 +00:00
illustris
87866f310e add proxmox LXC format 2022-02-16 00:05:01 +05:30
lassulus
494397272f formats vm-nogui: resize only if /dev/tty exists 2022-02-02 14:35:39 +01:00
Lassulus
296067b9c7
Merge pull request #129 from jbpratt/kubevirt
implement kubevirt format
2021-12-26 19:08:58 +01:00
jbpratt
5e08c56f66 implement kubevirt format
requires https://github.com/NixOS/nixpkgs/pull/151482

Signed-off-by: jbpratt <jbpratt78@gmail.com>
2021-12-21 03:02:40 -06:00
Lassulus
05a3eb158a
Merge pull request #126 from mkg20001/profflake
Mention flake profile
2021-11-23 09:17:41 +01:00
Maciej Krüger
b5cd128f9c
Mention flake profile 2021-11-23 02:17:21 +01:00
Jörg Thalheim
34c0c539ca
Merge pull request #125 from nix-community/dependabot/github_actions/cachix/install-nix-action-16
Bump cachix/install-nix-action from 15 to 16
2021-11-22 14:09:13 +00:00
dependabot[bot]
a2d040ab5f
Bump cachix/install-nix-action from 15 to 16
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22 13:04:01 +00:00
Jörg Thalheim
c82c10bda8
Merge pull request #124 from pinpox/patch-1
Update README.md
2021-11-22 07:00:55 +00:00
Pablo Ovelleiro Corral
082be47745
Update README.md
Add code fence language for better readability of examples
2021-11-22 07:52:01 +01:00
Jörg Thalheim
598dec0208
Merge pull request #123 from nix-community/dependabot/github_actions/cachix/install-nix-action-15
Bump cachix/install-nix-action from 14 to 15
2021-11-20 07:39:27 +00:00
dependabot[bot]
fe035c43ca Bump cachix/install-nix-action from 14 to 15
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14 to 15.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v14...v15)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-20 08:38:00 +01:00
mayl
e610a931ac
adds nixosGenerate function (#119)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-11-20 07:35:59 +00:00
Lassulus
531a109910
Merge pull request #120 from nix-community/qcow
qcow: also add kernel drivers
2021-11-06 10:31:49 +01:00
Lassulus
a3924b7ab1
Merge pull request #121 from nix-community/flakes
README: expand installation methods
2021-11-06 10:31:35 +01:00
Jörg Thalheim
d6e03c1c7b bump flakes 2021-11-06 07:28:44 +01:00
Jörg Thalheim
55d20619d5 README: expand installation methods 2021-11-06 07:28:44 +01:00
Jörg Thalheim
85e79d59ee qcow: also add kernel drivers 2021-11-06 07:15:47 +01:00
Lassulus
bb55fe72d9
Merge pull request #118 from mkg20001/lxd-v2
lxc: use new build system from nixpkgs directly
2021-11-03 17:52:14 +01:00
Maciej Krüger
95d2f83c5d
lxc: use new files from nixpkgs directly 2021-11-03 17:43:48 +01:00
Jörg Thalheim
d8fa9dc9ad
Merge pull request #117 from illustris/pve
fix typo in readme
2021-11-02 16:44:35 +01:00
illustris
a8eae7998c fix typo in readme 2021-11-02 20:16:13 +05:30
Lassulus
3b5de50f12
Merge pull request #116 from illustris/pve
add proxmox (vma) image format
2021-11-01 08:41:51 +01:00