Skip to content

Commit

Permalink
actions: remove Validate Flakes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 19, 2023
1 parent ee26268 commit 4d9f252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: git config --global init.defaultBranch master
- name: Check if all `.nix` files are formatted correctly
run: nix run '.#formatCheck'
- name: Validate Flakes
run: nix flake check
- name: 'Build Home-Manager configs for: home-linux, steamdeck'
run: |-
nix build --print-build-logs '.#homeConfigurations.home-linux.activationPackage'
Expand Down
2 changes: 1 addition & 1 deletion actions/build-and-cache.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with constants;
cachixActionStep
setDefaultGitBranchStep
checkNixStep
validateFlakesStep
# validateFlakesStep
(buildHomeManagerConfigurations { })
(buildNixOSConfigurations { })
];
Expand Down

0 comments on commit 4d9f252

Please sign in to comment.