mirror of
https://github.com/NixOS/nix.git
synced 2025-12-02 15:11:00 +01:00
Revert flake-schemas for now
This commit is contained in:
parent
6ff6baaa35
commit
ffcc42faf4
25 changed files with 827 additions and 730 deletions
|
|
@ -38,8 +38,6 @@
|
|||
|
||||
, busybox-sandbox-shell ? null
|
||||
|
||||
, flake-schemas
|
||||
|
||||
# Configuration Options
|
||||
#:
|
||||
# This probably seems like too many degrees of freedom, but it
|
||||
|
|
@ -261,7 +259,6 @@ in {
|
|||
(lib.enableFeature enableMarkdown "markdown")
|
||||
(lib.enableFeature installUnitTests "install-unit-tests")
|
||||
(lib.withFeatureAs true "readline-flavor" readlineFlavor)
|
||||
"--with-default-flake-schemas=${flake-schemas}"
|
||||
] ++ lib.optionals (!forDevShell) [
|
||||
"--sysconfdir=/etc"
|
||||
] ++ lib.optionals installUnitTests [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue