Skip to content

Commit

Permalink
Do only pure runs now
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 15, 2024
1 parent 6da3f24 commit e309d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
# --impure
# --show-trace
# run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --no-build --accept-flake-config --impure
run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
# run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
run: nix flake check --accept-flake-config
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"isshin" = "mirza"; # Framework Laptop AMD 7040
"zangetsu" = "mirza"; # Framework Case Intel 11th
"yhwach" = "mirza"; # Tower PC
"kuchiki" = "mirza"; # New NAS Server
# "kuchiki" = "mirza"; # New NAS Server
"yoruichi" = "mirza"; # Crappy AMD Mini PC
"shinji" = "mirza"; # M720q Mini PC
"kenpachi" = "mirza"; # S740 Mini PC
Expand Down

0 comments on commit e309d71

Please sign in to comment.