Skip to content

Commit

Permalink
Merge pull request NixOS#9690 from obsidiansystems/nixos-23.05-small-…
Browse files Browse the repository at this point in the history
…again

flake: Go back to regular `nixos-23.05-small`
  • Loading branch information
roberth authored Jan 4, 2024
2 parents 965cfe9 + 37ea161 commit 1ed245a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

12 changes: 1 addition & 11 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{
description = "The purely functional package manager";

# TODO Go back to nixos-23.05-small once
# https://github.com/NixOS/nixpkgs/pull/271202 is merged.
#
# Also, do not grab arbitrary further staging commits. This PR was
# carefully made to be based on release-23.05 and just contain
# rebuild-causing changes to packages that Nix actually uses.
#
# Once this is updated to something containing
# https://github.com/NixOS/nixpkgs/pull/271423, don't forget
# to remove the `nix.checkAllErrors = false;` line in the tests.
inputs.nixpkgs.url = "github:NixOS/nixpkgs/staging-23.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05-small";
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
inputs.flake-compat = { url = "github:edolstra/flake-compat"; flake = false; };
inputs.libgit2 = { url = "github:libgit2/libgit2"; flake = false; };
Expand Down
1 change: 0 additions & 1 deletion tests/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ let
hostPkgs = nixpkgsFor.${system}.native;
defaults = {
nixpkgs.pkgs = nixpkgsFor.${system}.native;
nix.checkAllErrors = false;
};
_module.args.nixpkgs = nixpkgs;
};
Expand Down

0 comments on commit 1ed245a

Please sign in to comment.