digga icon indicating copy to clipboard operation
digga copied to clipboard

A flake utility library to craft shell-, home-, and hosts- environments.

Results 39 digga issues
Sort by recently updated
recently updated
newest added

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

solved https://github.com/nix-community/home-manager/blob/master/flake.nix#L31 Notice: not ready to merge in digga.

In my git committing workflow, I strive to make atomic commits, sometimes staging only single lines in a file. The current git pre-commit hook is not aware of this, it...

- Verifies resolution of #464 - Keeps track of unstable channels and releases of home-manager

## Expected Behavior Hyprland is accessible via `inputs.hyprland` ## Current Behavior Hyprland throws an error because digga somehow refer to `inputs.hyprland.overlay` as it was deprecated by Hyprland. ## Possible Solution...

bug

## Expected Behavior Accessing `self.lib` should not throw infinite recursion. ## Current Behavior In `flake.nix`, with ``` lib = import ./lib.nix {lib = digga.lib // nixpkgs.lib;}; home = ./home.nix nixos...

bug

The tests defined in `nixos.hosts..tests` currently import the host's configuration on each machine defined in the test (using [`extraConfigurations`](https://github.com/divnix/digga/blob/29bbac0173859812893d777fdce204af83a231ea/src/tests.nix#L25)). This is unfortunate when trying to test servers for example, where...

enhancement

I meant to include these changes in #438: - Demonstrates the ability to define reusable home-manager user configurations via `home.users` and import them into any arbitrary home-manager user within a...

fixes #450 I'm not sure if this should then be exported under `nixosModules`, and also I'm not sure how this will integrate with https://github.com/nix-community/nixos-generators/pull/148. And this is currently untested.

# Intro I'm writing this up in reference to #451 #372 and #313 The documentation and onboarding user story is horrible. After the digga transition, #430, and all sorts of...

documentation