aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-09 13:17:21 +0000
committerGerrit Code Review <gerrit@lix-systems>2024-05-09 13:17:21 +0000
commitb962a266c437236fa996ddbce7b12345e27643c6 (patch)
treec3d8815863c8675ea3a91a5f8a756df358a22319 /flake.nix
parent010bbd1b0e5d57013774ef655cbe886d7a6b434e (diff)
parenta4c943403fc7007956f562c381ebbc072d6cb94d (diff)
Merge "flake: update nixpkgs input to latest nixos-23.11" into main
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;
};