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

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/573c650e8a14b2faa0041645ab18aed7e60f0c9a' (2025-03-13)
  → 'github:NixOS/nixpkgs/74a40410369a1c35ee09b8a1abee6f4acbedc059' (2025-04-06)
2025-04-07 06:52:36 +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-04-07 06:52:36 +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%