From a4c943403fc7007956f562c381ebbc072d6cb94d Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 8 May 2024 10:00:56 +0200 Subject: flake: update nixpkgs input to latest nixos-23.11 This includes the update to libseccomp 2.5.5[1], so we don't need to override it on our own. [1] https://nixpk.gs/pr-tracker.html?pr=306070 Change-Id: I1fa9c7fcc23e501d75f774745107c6bb086ced70 --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f7d600309..f459d6d0c 100644 --- a/flake.nix +++ b/flake.nix @@ -194,10 +194,9 @@ busybox-sandbox-shell = final.busybox-sandbox-shell or final.default-busybox-sandbox-shell; }; - # Export the patched version of boehmgc & libseccomp that Lix uses into the overlay + # Export the patched version of boehmgc that Lix uses into the overlay # for consumers of this flake. boehmgc-nix = final.nix.boehmgc-nix; - libseccomp-nix = final.nix.libseccomp-nix; # And same thing for our build-release-notes package. build-release-notes = final.nix.build-release-notes; }; -- cgit v1.2.3