Matt Schreiber

Results 33 issues of Matt Schreiber

This PR introduces a GitHub Actions workflow that amounts to a transliteration of the Travis CI config. Motivation: Travis CI is slowly fading away (?) and GitHub Actions is where...

This is a draft pull request that introduces the ability to dynamically generate polkit rules that allow `update-systemd-resolved` to perform its various DBus calls when run as an unprivileged user....

## Motivation Atoning for the sins I committed in #3, and addressing #71. ## Summary of changes 1. Farming out address expansion and validation to battle-tested tools, when possible (`sipcalc`,...

and short-circuit with an error message about requiring systemd >= 229 if it is unavailable. Incidental changes: 1. Ensure that the test runner sources the `update-systemd-resolved` script that lives in...

Re [this comment](https://github.com/nix-community/nixos-generators/pull/148#issuecomment-1126219502). This PR introduces: 1. Nix flake check outputs for `x86_64-linux` (almost everything but the `sd-aarch64` and `sd-aarch64-installer` formats) and `aarch64-linux` (**only** the `sd-aarch64` and `sd-aarch64-installer` formats), and...

via the `NIXOS_GENERATORS_FORMAT_SEARCH_PATH` environment variable and `--format-search-path` CLI option, as proposed in #147. Additionally, introduce the `--show-format-search-path` option, which causes `nixos-generate` to print the list of paths it will search...

nixos-generators-search-path-proposal ## Proposal Support runtime extension of the format file search path via environment variables and CLI options. ## Motivation Provide a mechanism for end users and third parties to...

I have a use-case in which I need to run a task if and only if at least one of its prerequisite tasks either (1) currently needs to run or...

I have a `digga`-managed flake where I do something like the following: ```nix { inputs = { # }; outputs = { digga, ... }: let flake = digga.lib.mkFlake {...

## Expected Behavior ``` $ nix build '.#nixosConfigurations.myhost.config.system.build.bootstrapIso' # Shiny new ISO! ``` ## Current Behavior ``` $ nix build '.#nixosConfigurations.myhost.config.system.build.bootstrapIso' error: attribute 'mkBuild' missing at /nix/store/1p8669f9n8rld1ymy885s2vyfaqpdafw-source/modules/bootstrap-iso.nix:69:21: 68| system.build =...

bug