github-actions[bot] cf43e8968d flake: update inputs
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a918bb3594dd243c2f8534b3be01b3cb4ed35fd1' (2025-08-30)
  → 'github:NixOS/nixpkgs/ca77296380960cd497a765102eeb1356eb80fed0' (2025-09-05)
2025-09-08 06:53:08 +00:00
2024-12-08 12:30:14 +11:00
2020-10-17 12:39:29 +11:00
2020-10-17 12:39:29 +11:00
2025-08-31 10:31:16 +10:00
2021-01-04 10:49:36 +11:00
2023-09-21 12:28:32 +10:00
2025-09-08 06:53:08 +00:00
2024-01-04 15:16:49 +11:00
2020-10-17 12:39:29 +11:00
2022-10-26 10:53:36 +11:00
2025-08-31 10:36:55 +10:00

nur-packages

My personal NUR repository

Gitea Action Cachix Cache

Using

Using packages is easier through the combined NUR flake.

# flake.nix
{
  inputs = {
    xeals.url = "git+https://git.xeal.me/xeals/nur-packages"; # Direct
    xeals.url = "github:xeals/nur-packages"; # GitHub mirror
  };
  
  outputs = { nixpkgs, xeals, ... }: {
    nixosConfigurations.foo = nixpkgs.lib.nixosSystem {
      modules = [
        xeals.nixosModules.betanin
      ];
    };
  };
}
Description
Personal Nix User Repository
Readme MIT 2.3 MiB
Languages
Nix 82.4%
Python 17.6%