mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
include main NixOS config for building
Mainly, to make installation faster just in case my hard drive has gone awry again.
This commit is contained in:
parent
d586fba900
commit
a2dd4d6028
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,3 +16,5 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- name: Build custom packages
|
||||
run: nix shell nixpkgs#nix-build-uncached --command nix-build-uncached ./pkgs
|
||||
- name: Build NixOS configurations
|
||||
run: nix build .#nixosConfigurations.ni
|
||||
|
Loading…
Reference in New Issue
Block a user