mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
flake: Update to NixOS 23.11
About time :) This required disabling `bear` on darwin as it's currently broken (fixed on master, but not yet on 23.11).
This commit is contained in:
parent
f489a6e42d
commit
44f10f000a
3 changed files with 10 additions and 18 deletions
|
@ -154,7 +154,7 @@ in {
|
|||
in
|
||||
fileset.toSource {
|
||||
root = ./.;
|
||||
fileset = fileset.intersect baseFiles (fileset.unions ([
|
||||
fileset = fileset.intersection baseFiles (fileset.unions ([
|
||||
# For configure
|
||||
./.version
|
||||
./configure.ac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue