vuizvui icon indicating copy to clipboard operation
vuizvui copied to clipboard

Nix(OS) expressions used by the OpenLab and its members

Results 6 vuizvui issues
Sort by recently updated
recently updated
newest added

Hi! Friendly cousin here again! :) I'm trying to package SteamKit for Guix, and since you people have it here in this repository, I figured I would just ask. As...

I’ve got a user startup timer like so: ```nix (lib.mkIf config.vuizvui.programs.gnupg.enable { services.unlock-password-store = { description = "unlock the user password store"; wantedBy = [ "default.target" ]; # make sure...

```console > nix-instantiate -A machines.sternenseemann.ludwig.installerIso error: The option `boot.loader.grub.enable' has conflicting definition values: - In `/nix/var/nix/profiles/per-user/root/channels/vuizvui/nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix': false - In `/home/lukas/src/nix/vuizvui/machines/sternenseemann/ludwig.nix': true Use `lib.mkForce value` or `lib.mkDefault value` to change the...

https://github.com/NixOS/nixpkgs/pull/212289 removes the xls files we relied on in favor of a new solution that goes from options.json to docbook using a python script. This commit is a band-aid approach...