Skip to content

Commit

Permalink
Disable the nixpkgs release check for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 19, 2024
1 parent 92a3c0a commit 863a165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions tests/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
# Switch to /release-23.11 and drop `home.enableNixpkgsReleaseCheck = false;` when https://github.com/nix-community/home-manager/pull/5161 is merged
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down Expand Up @@ -36,6 +37,7 @@
home.stateVersion = "23.11";
home.username = "example";
home.homeDirectory = "/no-such/directory";
home.enableNixpkgsReleaseCheck = false;
}
];
}).activation-script;
Expand Down

0 comments on commit 863a165

Please sign in to comment.