add nixos-generators module

This commit is contained in:
cy 2025-01-24 12:23:03 -05:00
parent 2d0c49f55b
commit 1fa4c94b83
2 changed files with 9 additions and 1 deletions

View file

@ -57,3 +57,7 @@ jobs:
# always save the cache # always save the cache
save-always: true save-always: true
- run: nix build -L ${{ matrix.package }} - run: nix build -L ${{ matrix.package }}
- uses: actions/upload-artifacts@v4
with:
name: ${{ matrix.package }}-${{ matrix.os }}
path: result/

View file

@ -69,8 +69,12 @@
inputs.flake-compat.follows = "flake-compat"; inputs.flake-compat.follows = "flake-compat";
}; };
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
nixpkgs-rpi.url = "github:nixos/nixpkgs/d4e529a24b66b0341f2b866c5abe3ad8a96be2d7"; nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-rpi.url = "github:nixos/nixpkgs/d4e529a24b66b0341f2b866c5abe3ad8a96be2d7";
nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR
nvim-github-theme = { nvim-github-theme = {