Felix Uhl
21539593db
disko2: Add rudimenatary "generate" mode
2024-10-27 20:44:53 +01:00
Felix Uhl
6f579bd98a
disko2: Handle too many arguments error
2024-10-27 20:40:47 +01:00
Felix Uhl
196c746f7e
disko2: Make CLI errors testable as well
2024-10-27 20:40:47 +01:00
Felix Uhl
47081e80ea
disko2: Fix error type definitions
2024-10-27 16:15:09 +01:00
Felix Uhl
f2618b5490
disko2: Move to error codes and dedicated error rendering
...
This splits the concern of how to display errors off from the business
logic. This should make it easier to test functionality and allow us
to concentrate on how to actually display and communicate errors to the
user. At some point this might also make i18n feasible, because you only
have to swap out a single file.
This hasn't quite fixed the debug/trace story yet. It should be possible
to simply insert a "debug" command into any pipeline and see the context
and state at that point.
2024-10-25 23:10:57 +02:00
Felix Uhl
684adb7e64
disko2: Make disko2 the default package
...
This allows to run it directly from github like so:
nix run github:nix-community/disko/disko-rewrite-nushell -- -h
2024-10-25 12:15:11 +02:00
Felix Uhl
f34c39ec45
disko2: Add flake-output and package
...
This allows running `nix run .#disko2` for testing
2024-10-25 11:37:47 +02:00
Felix Uhl
62581f38f5
disko2: Split into modules
2024-10-25 11:13:10 +02:00
Felix Uhl
94806e4506
disko2: improve error formatting
2024-10-25 10:32:59 +02:00
Felix Uhl
3d67130ff3
disko2: Add basic config evaluation via nushell
...
You can call it like so:
./disko.nu mount example/simple-efi.nix
./disko.nu mount -f .#testmachine
and it will output a JSON representation of the evaluated disko
configuration.
eval-config.nix is based on cli.nix
The test script is a first attempt.
2024-10-23 18:56:44 +02:00
Felix Uhl
d7d57edb72
docs: Add docs for contributors
...
Fixes #334
2024-10-16 17:27:36 +00:00
Felix Uhl
15aa78e9a5
lib: Remove global with lib;
...
This is generally regarded as a code-smell. I did utilize `with lib;`
in some places where I felt it aided readability, but it's very clearly
scoped in those situations.
See https://github.com/nix-community/disko/pull/835#issuecomment-2416126497
2024-10-16 17:17:32 +00:00
Felix Uhl
dcabccaad6
swap: fix partition type
...
Fixes #391
2024-10-16 17:05:43 +00:00
Felix Uhl
c8760cee70
cli: stop using system dependencies in destroy step
...
Fixes #815
2024-10-16 09:22:47 +00:00
Felix Uhl
9ab6ae4e63
disko-install: make output deterministic
...
Fixes #827
2024-10-15 16:36:09 +00:00
qbisi
3b778f10eb
docs: add docs on how to use imageName in disk type.
2024-10-14 16:16:13 +00:00
qbisi
ef408f7f9a
options: add imageName option to disk type.
...
For disk type, option name used in disk partlabel
naming should be short. While setting a specialized
option imageName allow us to create image with long name
without side-effects.
2024-10-14 16:16:13 +00:00
qbisi
9938afb435
options: make extraPostVM mergable.
2024-10-14 16:16:13 +00:00
Felix Uhl
3b2e19fe7c
disko cli: fix misleading error message
...
Found this while trying to repro #523
2024-10-14 10:36:55 +00:00
lassulus
b6215392ec
Merge pull request #828 from Mipsters/patch-1
...
fixed logo suffix in INDEX.md
2024-10-12 21:10:31 +01:00
Tom
ed8323704a
fixed logo suffix in INDEX.md
2024-10-12 21:22:11 +03:00
Roberto Abdelkader Martínez Pérez
bdbdb725d6
fix: wrong attr path
...
Fixes a wrong attribute path in the documentation.
2024-10-11 23:01:02 +00:00
Felix Uhl
8c1668edec
release: fix wrong push command
2024-10-12 00:49:30 +02:00
Felix Uhl
a361933236
release: reset released flag
2024-10-11 21:02:24 +02:00
Felix Uhl
ff0a471763
release: v1.8.2
2024-10-11 21:02:24 +02:00
Felix Uhl
9788e5d458
release: Fix release script
2024-10-11 20:56:18 +02:00
Felix Uhl
c7ef3964b6
docs: add "latest" tag to flake references
...
This ensures that people will always use the latest release, not just
whatever the current master is.
2024-10-11 15:14:56 +00:00
Felix Uhl
aee84b5fb3
disko cli: add --version command
...
Fixes #745
This adds a script to create a release. Running it will create two
commits that would appear like this in `git log --oneline`:
67b5fff (master) release: reset released flag
0b808f3 (tag: v1.8.1) release: v1.8.1
100d2f3 docs: last change before release
It also re-creates the `version.nix` file, which is used by the flake
to determine the final version the disko CLI will print.
If `disko --version` is run from exactly the commit tagged `v1.8.1`, it
will print `1.8.1`. If it is run from any commit past that (like
master), it will print `1.8.1-67b5fff`, and if it is run from a local
folder with uncommitted changes, it will print `1.8.1-67b5fff-dirty`.
2024-10-11 15:14:56 +00:00
Felix Uhl
6af4e02b9c
Fix mergify deprecation warning
2024-10-11 11:13:39 +02:00
Felix Uhl
4c298a031a
Fix issue when config path contains spaces
2024-10-11 08:37:28 +00:00
Felix Uhl
efe7528578
disko cli: remove requirement for leading ./
...
Fixes #536
2024-10-11 08:37:28 +00:00
dependabot[bot]
d39ee33498
build(deps): bump cachix/install-nix-action from 29 to 30
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from 29 to 30.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30 )
---
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>
2024-10-07 20:52:56 +00:00
Jörg Thalheim
48ebb57785
docs/interactive-vms: simplify usage to just one nix run
2024-10-05 06:23:52 +00:00
Jörg Thalheim
28c5af1e16
interactive-vm: allow to override virtualisation.memorySize
...
Users might set this value for building images but than need different
values when they run interactive virtual machines.
2024-10-05 06:23:52 +00:00
lassulus
574400001b
Merge pull request #809 from heytcass/patch-1
...
Grammar update on disko-install.md
2024-10-03 18:46:18 +01:00
Tom Cassady
1b17d96ac5
Grammar update on disko-install.md
...
Small typo fix going from "than" --> "then"
2024-10-03 13:32:50 -04:00
dependabot[bot]
568727a884
build(deps): bump cachix/install-nix-action from V28 to 29
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from V28 to 29. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29 )
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 12:34:21 +00:00
Felix Uhl
fa0c181a83
docs: Fix grammar in offline installer
...
Fixes #607
2024-10-02 12:20:33 +00:00
Felix Uhl
da8f49246c
docs: Fix /boot security hole warning in examples
...
The alternative would be to do this automatically if format=="vfat" and
mountpoint=="/boot", but it's better to be upfront about this.
Fixes #527
2024-10-02 08:12:14 +00:00
Felix Uhl
6c5ba9ec9d
Merge pull request #806 from iFreilicht/luks-btrfs-raid-example
...
Luks btrfs raid example
2024-10-01 21:09:40 +02:00
Felix Uhl
b9c99485aa
Fix and comment luks-encrypted btrfs raid example
2024-10-01 19:35:27 +02:00
Felix Uhl
ba436edc9d
Test luks-encrypted btrfs raid
2024-10-01 19:34:46 +02:00
Sk7Str1pe
c312692abe
Create luks-btrfs-raid.nix
2024-10-01 19:34:46 +02:00
Felix Uhl
037be88911
Merge pull request #805 from nix-community/zfs-fix
...
Fix flaky zfs test
2024-10-01 19:34:16 +02:00
Jörg Thalheim
4e30bc7921
zfs-with-vdevs: increase pool import timeout
...
Fix fixes a long-standing test failures we have with the zfs-with-vdevs.
2024-10-01 10:08:10 +02:00
Jörg Thalheim
fc3ba6985f
only set boot.initrd.preDeviceCommands if we boot with script-based stage1
2024-10-01 09:58:39 +02:00
Jörg Thalheim
91cd091669
zpool: fix default value for cache
...
we want an empty list instead of null
2024-10-01 08:55:41 +02:00
Michael Hoang
b709e1cc33
interactive-vm: override forceImportRoot
...
Some users will have `boot.zfs.forceImportRoot = false;` in their
configurations which conflicts with `boot.zfs.forceImportAll = true;`,
so we set it to `true` to match.
2024-09-28 13:50:34 +00:00
Jörg Thalheim
67dc29be30
Merge pull request #716 from beviu/fmt-check
...
Add --check option to formatter in flake
2024-09-26 15:59:51 +02:00
Felix Uhl
72c867c439
Run nix fmt
2024-09-26 15:36:54 +02:00