Skip to content

Commit

Permalink
Force nix package
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Dec 15, 2024
1 parent 84f7e27 commit c6fa0e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Check Flake
run: |
NIXPKGS_ALLOW_INSECURE=1
nix flake check
--no-build
--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
# --no-build
# --impure
# --show-trace
run: NIXPKGS_ALLOW_INSECURE=1 nix flake check --no-build --accept-flake-config --impure
2 changes: 1 addition & 1 deletion modules/home-manager/server/nix-utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
config = lib.mkIf config.nix-utils.enable {
nix = {
# package = lib.mkForce pkgs.unstable.nix;
package = pkgs.nix;
package = lib.mkForce pkgs.nix;
settings = {
warn-dirty = false;
extra-experimental-features = [
Expand Down

0 comments on commit c6fa0e8

Please sign in to comment.