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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/573c650e8a14b2faa0041645ab18aed7e60f0c9a' (2025-03-13)
  → 'github:NixOS/nixpkgs/eb0e0f21f15c559d2ac7633dc81d079d1caf5f5f' (2025-03-29)
2025-03-31 06:52:48 +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-03-21 12:12:27 +11:00
2021-01-04 10:49:36 +11:00
2023-09-21 12:28:32 +10:00
2025-03-31 06:52:48 +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
2024-01-04 14:57:21 +11:00

nur-packages

My personal NUR repository

CI 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.2 MiB
Languages
Nix 82.4%
Python 17.6%