1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 17:29:36 +01:00

Revert "Merge pull request #9546 from NixOS/nixos-23.11"

This reverts commit 587c7dcb2b, reversing
changes made to 864fc85fc8.
This commit is contained in:
John Ericson 2024-02-29 14:39:29 -05:00
parent bcd6b33dbc
commit d6d7d2cb46
7 changed files with 23 additions and 20 deletions

View file

@ -154,7 +154,7 @@ in {
in
fileset.toSource {
root = ./.;
fileset = fileset.intersection baseFiles (fileset.unions ([
fileset = fileset.intersect baseFiles (fileset.unions ([
# For configure
./.version
./configure.ac