diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2024-05-08 10:00:56 +0200 |
---|---|---|
committer | Maximilian Bosch <maximilian@mbosch.me> | 2024-05-08 23:03:28 +0200 |
commit | a4c943403fc7007956f562c381ebbc072d6cb94d (patch) | |
tree | 9bc8beb28f77793bef87cce76658892915fc2c24 /flake.nix | |
parent | 8552519bb81fc2ee2d11e76594fd7de9393f4fe9 (diff) |
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
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; }; |