misc
This commit is contained in:
parent
390369ebfb
commit
e000de618c
4 changed files with 5 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
php="$(basename "$0")"
|
php="$(basename "$0")"
|
||||||
|
|
||||||
exec nix shell "github:loophp/nix-shell#${php}" --command php "$@"
|
exec nix shell "github:loophp/nix-shell#${php}" --impure --command php -d memory_limit=4G "$@"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[rebase]
|
[rebase]
|
||||||
autostash = false
|
autostash = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = less
|
pager = less
|
||||||
|
|
|
@ -15,6 +15,8 @@ CombinedUpgrade
|
||||||
NewsOnUpgrade
|
NewsOnUpgrade
|
||||||
BatchInstall
|
BatchInstall
|
||||||
|
|
||||||
|
SortBy=name
|
||||||
|
|
||||||
LocalRepo = paru
|
LocalRepo = paru
|
||||||
Chroot
|
Chroot
|
||||||
#Sign
|
#Sign
|
||||||
|
|
|
@ -21,7 +21,7 @@ context.properties = {
|
||||||
|
|
||||||
## Properties for the DSP configuration.
|
## Properties for the DSP configuration.
|
||||||
default.clock.rate = 44100
|
default.clock.rate = 44100
|
||||||
default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 ]
|
default.clock.allowed-rates = [ 44100 48000 88200 96000 192000 384000 ]
|
||||||
#default.clock.quantum = 1024
|
#default.clock.quantum = 1024
|
||||||
#default.clock.min-quantum = 32
|
#default.clock.min-quantum = 32
|
||||||
#default.clock.max-quantum = 8192
|
#default.clock.max-quantum = 8192
|
||||||
|
|
Loading…
Add table
Reference in a new issue