Skip to content

Commit

Permalink
nix: Merge flakes into one
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed May 7, 2024
1 parent 9097687 commit a213ec0
Show file tree
Hide file tree
Showing 9 changed files with 1,038 additions and 869 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: "Build desktop configuration"
env:
NIXPKGS_ALLOW_UNFREE: 1
run: "nix build ./assets/nix#nixosConfigurations.desktop.config.system.build.toplevel"
run: "nix build .#nixosConfigurations.desktop.config.system.build.toplevel"
2 changes: 1 addition & 1 deletion .github/workflows/mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: "Build mini configuration"
run: "nix build ./assets/nix#nixosConfigurations.mini.config.system.build.toplevel"
run: "nix build .#nixosConfigurations.mini.config.system.build.toplevel"
6 changes: 3 additions & 3 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: "Update flake"
run: "cd assets/nix && nix flake update"
run: "nix flake update"

- name: "Build mini configuration"
run: "nix build ./assets/nix#nixosConfigurations.mini.config.system.build.toplevel"
run: "nix build .#nixosConfigurations.mini.config.system.build.toplevel"

- name: "Build desktop configuration"
run: "nix build ./assets/nix#nixosConfigurations.desktop.config.system.build.toplevel"
run: "nix build .#nixosConfigurations.desktop.config.system.build.toplevel"
Loading

0 comments on commit a213ec0

Please sign in to comment.