aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-08 10:00:56 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2024-05-08 23:03:28 +0200
commita4c943403fc7007956f562c381ebbc072d6cb94d (patch)
tree9bc8beb28f77793bef87cce76658892915fc2c24 /flake.nix
parent8552519bb81fc2ee2d11e76594fd7de9393f4fe9 (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.nix3
1 files changed, 1 insertions, 2 deletions
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;
};