danjujan

Results 5 issues of danjujan

When I try to use nixopsUnstable I get the following error. The cryptography dependency seems outdated and should be updated. ```bash sudo nix-shell -p nixopsUnstable error: … while calling the...

`--install-option` was removed in pip 23.1: https://pip.pypa.io/en/stable/news/#id27 Is there currently a supported way to install dd with cudd bindings from a requirements.txt file?

This should fix compiling for x86_64 under ubuntu where mingw outputs the unexpected version `10-win32` leading to the following build error. ```bash /bin/sh: 1: [: Illegal number: 10-win32 /bin/sh: 1:...

Update Grub to 2.12 and fix nasty bugs in the btrfs driver. Compiles fine with gcc on aarch64 and x86_64. Unfortunately I cannot test if this still compiles with msvc.

Currently make-disk-image only mounts the filesystems specified in disko's config. However, there might be other mounts specified in a nixosConfiguration that need to be mounted in order to build a...