diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2024-05-09 13:17:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-09 13:17:21 +0000 |
commit | b962a266c437236fa996ddbce7b12345e27643c6 (patch) | |
tree | c3d8815863c8675ea3a91a5f8a756df358a22319 /flake.nix | |
parent | 010bbd1b0e5d57013774ef655cbe886d7a6b434e (diff) | |
parent | a4c943403fc7007956f562c381ebbc072d6cb94d (diff) |
Merge "flake: update nixpkgs input to latest nixos-23.11" into main
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; }; |