Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3078 commits
Select commit Hold shift + click to select a range
2556134
parseString(): Fix out-of-bounds read
edolstra May 11, 2026
b7f4022
Merge pull request #15851 from NixOS/backport-15836-to-2.34-maintenance
internal-nix-ci[bot] May 14, 2026
3e50519
Merge pull request #15854 from NixOS/backport-15835-to-2.34-maintenance
internal-nix-ci[bot] May 14, 2026
1efbd30
Send assertion messages to sentry
edolstra May 14, 2026
5dbb952
Merge pull request #457 from DeterminateSystems/sentry-info
edolstra May 14, 2026
0fbdbf7
panic(): Include the panic message in the Sentry crash report
edolstra May 15, 2026
77ebf8f
Include uncaught exception info to Sentry crash reports
edolstra May 15, 2026
83df16d
Ensure null-termination
edolstra May 15, 2026
2e8c23b
cxa-throw: Don't auto-detect
edolstra May 15, 2026
fff1699
libstore: Fix LocalStore::openGCLock error check
xokdvium May 15, 2026
c9453f7
Merge pull request #459 from DeterminateSystems/more-sentry
edolstra May 15, 2026
2208f98
Merge pull request #15862 from NixOS/backport-15858-to-2.34-maintenance
internal-nix-ci[bot] May 15, 2026
c341e96
HttpBinaryCacheStore: Don't ignore 401/407 errors
edolstra May 18, 2026
3ead6ff
Merge pull request #458 from DeterminateSystems/unconditional-cxa-throw
edolstra May 18, 2026
b181e64
Merge pull request #461 from DeterminateSystems/eelcodolstra/nix-399
edolstra May 18, 2026
3d701da
upload-debug-info-to-sentry.py: Upload binaries in addition to debug …
edolstra May 18, 2026
e7cd684
Remove duplicate entry
edolstra May 18, 2026
dcda71e
Merge pull request #462 from DeterminateSystems/more-sentry-upload
edolstra May 18, 2026
883c7cb
fix(libstore/filetransfer): re-enable TCP keep-alive
tomberek May 14, 2026
464712d
fix(libstore/filetransfer): retry S3 errors embedded in XML
tomberek May 14, 2026
9979d0b
fix(libstore/filetransfer): add missing S3 retryable error codes
Mic92 May 17, 2026
c6e2781
Add support for signing store paths using ML-DSA-65
edolstra Apr 17, 2026
7d7192c
Run ML-DSA-65 in deterministic mode
edolstra May 6, 2026
03dd606
Fix warning
edolstra May 13, 2026
ee0b318
Support ML-DSA-44 and ML-DSA-87
edolstra May 13, 2026
65d2055
Get rid of hacky key type detection
edolstra May 13, 2026
99f570e
Add commands for converting keys to PEM
edolstra May 13, 2026
6cb0523
Fix build
edolstra May 13, 2026
fa3c26f
Make SecretKey virtual
edolstra May 13, 2026
38ec1c1
Make PublicKey virtual
edolstra May 13, 2026
05707d4
Keep parsed OpenSSL keys in memory
edolstra May 13, 2026
8a2c08f
Clean up generate()
edolstra May 13, 2026
302c1f4
Add FIXME
edolstra May 13, 2026
f04e984
Improve help text
edolstra May 14, 2026
4113fa7
Add ml-dsa experimental feature
edolstra May 14, 2026
9eced63
Add support for ecdsa-p384
edolstra May 19, 2026
3c8ba21
Add Ed25519 unit tests
edolstra May 20, 2026
42a800c
Test key generation/signing for all key types
edolstra May 20, 2026
e3d3dc0
Test some more
edolstra May 20, 2026
5e70ead
Add ecdsa-p384 test vectors
edolstra May 20, 2026
b3a8c90
Remove non-atomically initialised variable vImportedDrvToDerivation
edolstra May 20, 2026
2d89bda
Merge pull request #464 from DeterminateSystems/eelcodolstra/nix-404
edolstra May 20, 2026
134a332
Make static packages use libcxx on Darwin
RossComputerGuy May 20, 2026
8670c07
Merge pull request #463 from DeterminateSystems/eelcodolstra/nix-403
edolstra May 20, 2026
eecb07a
Merge pull request #452 from DeterminateSystems/fix/missing-attributes
grahamc May 20, 2026
cb42c40
Add test vectors for ML-DSA-*
edolstra May 20, 2026
4487189
Update cnsa feature description
edolstra May 20, 2026
c8a2a35
Only show the name part of keys
edolstra May 20, 2026
99587ed
Fix URL
edolstra May 20, 2026
6b78b5d
Merge pull request #449 from DeterminateSystems/eelcodolstra/nix-373
edolstra May 20, 2026
5ff8006
fix: restore multi-line string continuation in REPL bindings
roberth May 20, 2026
8294f1c
Merge pull request #15893 from roberth/backport-15892
xokdvium May 20, 2026
0a5b634
Add an exact flake registry override for `nixpkgs`
grahamc May 21, 2026
4478ce3
Set 0.1 to indicate rolling / unstable
grahamc May 21, 2026
108fc0b
Fixup the registry resolve test
grahamc May 21, 2026
5302edc
Add test for resuming downloads
edolstra Apr 30, 2026
96df95f
Merge pull request #467 from DeterminateSystems/resume-test
edolstra May 21, 2026
2b59ffd
Make fetchTarball lazy
edolstra May 21, 2026
7582c69
Respect the name attribute
edolstra May 21, 2026
659c135
Merge pull request #465 from DeterminateSystems/grahamc-patch-1
edolstra May 21, 2026
3b7d197
Merge pull request #468 from DeterminateSystems/lazy-fetchTarball
edolstra May 22, 2026
77f3cea
Improve path display in impure mode
edolstra May 22, 2026
dffc343
Drop error: prefix
edolstra May 22, 2026
474a9e4
fetchTarball: Remove custom substitution code
edolstra May 22, 2026
87b5abe
GitSourceAccessor: Throw FileNotFound for consistency
edolstra May 22, 2026
f87e073
Add utility view for identifying the last element in a range
edolstra May 22, 2026
85c716d
UnionSourceAccessor::readFile/Link: Propagate exceptions from last ac…
edolstra May 22, 2026
0a379c8
Fix test
edolstra May 22, 2026
71b9cd4
MemorySourceAccessor: Make file-not-found error message consistent
edolstra May 22, 2026
7bffcf6
PosixSourceAccessor::readFile(): Use showPath()
edolstra May 22, 2026
8795c08
Remove SubstitutedSourceAccessor
edolstra May 22, 2026
468a7cd
More tests
edolstra May 22, 2026
e99f276
Fix test on macOS
edolstra May 22, 2026
5cb1244
Fix logging segfault by leaking logger
lisanna-dettwyler May 20, 2026
8c450d4
Merge pull request #469 from DeterminateSystems/improve-show-path
cole-h May 22, 2026
73c7c58
Fix build
edolstra May 22, 2026
360bfcb
Update test
edolstra May 22, 2026
178e43a
Merge pull request #470 from DeterminateSystems/leak-logger
edolstra May 22, 2026
a7db019
Prepare release v3.21.0
github-actions[bot] May 22, 2026
f6049cb
Set .version-determinate to 3.21.0
github-actions[bot] May 22, 2026
de75e46
Generate release notes for 3.21.0
github-actions[bot] May 22, 2026
19f9d0d
Release notes
cole-h May 22, 2026
10ba922
Update changes.md
edolstra May 22, 2026
af7d4ea
Tweak release notes
edolstra May 22, 2026
bd7cea2
Tweak release notes
edolstra May 22, 2026
11f3aff
Merge pull request #471 from DeterminateSystems/release-v3.21.0/fb8ee…
detsys-spaghetti[bot] May 22, 2026
4da1787
Stop leaked logger in Finally block
lisanna-dettwyler May 22, 2026
5d4c99f
Merge pull request #472 from DeterminateSystems/stop-leaked-logger
cole-h May 26, 2026
8a568b3
Denote empty files in stack traces
edolstra May 26, 2026
b93743b
Merge pull request #473 from DeterminateSystems/render-empty-files
cole-h May 26, 2026
56953f2
Input::isRelative(): Fix assertion failure
edolstra May 26, 2026
bbbac4d
Remove more assert(scheme)
edolstra May 26, 2026
35cd98d
Merge pull request #474 from DeterminateSystems/fix-isRelative-crash
edolstra May 26, 2026
13a5324
Support building against secure packages
edolstra Dec 8, 2025
2a10edf
tests/functional/json: fix script(1) invocation for util-linux 2.42
Mic92 Apr 26, 2026
fc64cc6
build.yml: Use --keep-going
edolstra May 18, 2026
cf59ebe
Switch to DSP 25.11
edolstra May 27, 2026
f91e8b7
ci: Increase the timeout
edolstra May 27, 2026
351706a
Use the unpolluted outputs
edolstra May 27, 2026
0ca9fac
Hack to make pre-commit work from a subflake
edolstra May 28, 2026
ad77f45
libcmd: add missing `<string>` include to `markdown.hh`
trofi May 28, 2026
94d9f27
Merge pull request #15939 from NixOS/backport-15932-to-2.34-maintenance
internal-nix-ci[bot] May 30, 2026
3a91635
Mark thread-local variables as initial-exec
edolstra May 28, 2026
64ed6c3
Merge pull request #476 from DeterminateSystems/initial-exec-tls
edolstra Jun 1, 2026
c7c0fe8
BinaryCacheStore: Improve upload parallelism
edolstra Jun 1, 2026
ff145f2
Merge pull request #477 from DeterminateSystems/eelcodolstra/nix-408
edolstra Jun 1, 2026
9634784
BinaryCacheStore: Drop draining of input source
edolstra Jun 2, 2026
e511346
Merge pull request #478 from DeterminateSystems/no-drain
edolstra Jun 2, 2026
4ef50aa
Update to flake-schemas 0.5.0
edolstra Jun 2, 2026
5c15410
Start using exportedSchemas
edolstra Jun 2, 2026
d5cb6d4
Merge pull request #479 from DeterminateSystems/exported-schemas
edolstra Jun 2, 2026
61fca21
BinaryCacheStore::addMultipleToStore(): Don't hold lock while calling…
edolstra Jun 3, 2026
c53673e
fetchClosure: Add temproot before checking path
dramforever Apr 7, 2026
734a205
copyPaths(): Register temp roots on the destination store
edolstra Jun 3, 2026
4723bb5
Merge pull request #482 from DeterminateSystems/temp-roots
edolstra Jun 3, 2026
d3e4a6e
Merge pull request #481 from DeterminateSystems/dont-hold-narinfos-lock
edolstra Jun 3, 2026
ac8c331
Remove unnecessary checkInterrupt() call
edolstra Jun 2, 2026
5c8ed72
LocalStore: Implement addMultipleToStore()
edolstra Jun 2, 2026
37d757c
local-store: factor out shared NAR-extraction into doAddToStore()
edolstra Jun 2, 2026
7df8aab
Use a bigger thread pool
edolstra Jun 2, 2026
a4b946d
LocalStore::addMultipleToStore(): Make resumable
edolstra Jun 3, 2026
0c0a9bf
gc: delete .unpacked marker before the store path
edolstra Jun 3, 2026
56c7cee
local-store: factor out unpackedMarkerFor() helper
edolstra Jun 3, 2026
f4bac54
existsAndIsOwnedBySelf(): Don't check the group
edolstra Jun 3, 2026
13bc576
local-store: run autoGC() before unpacking the NAR
edolstra Jun 3, 2026
34b895a
Merge tag '2.34.7'
edolstra Jun 4, 2026
0c76ddb
Drop unsupported platform
edolstra Jun 4, 2026
ec9440d
Merge pull request #483 from DeterminateSystems/sync-2.34.7
edolstra Jun 4, 2026
95aad5b
tests/functional: add nix-ps.sh
edolstra Jun 4, 2026
3d720de
Use tryUnlink()
edolstra Jun 4, 2026
43e551d
Merge pull request #484 from DeterminateSystems/nix-ps-test
edolstra Jun 4, 2026
0a82b79
nix develop: Restore hiding the "dirty" notice
edolstra Jun 5, 2026
722f4e1
Merge pull request #485 from DeterminateSystems/hide-dirty
edolstra Jun 5, 2026
3cd0158
EvalCursor: Mark some fields as const
edolstra Jun 5, 2026
cc67681
tests: test attrPath resolution fallback
tomberek Apr 23, 2026
f677025
fix: allow for fallback when installable resolution fails
tomberek Apr 22, 2026
7dc4d86
Update flake schema docs
edolstra Jun 5, 2026
0a678f6
Merge pull request #486 from DeterminateSystems/flake-schema-docs
edolstra Jun 5, 2026
fe36456
Merge pull request #480 from DeterminateSystems/eelcodolstra/nix-408
edolstra Jun 5, 2026
a2db247
Merge pull request #288 from DeterminateSystems/secure-packages
edolstra Jun 8, 2026
fcf1ec4
Prepare release v3.21.1
github-actions[bot] Jun 8, 2026
b4fa70f
Set .version-determinate to 3.21.1
github-actions[bot] Jun 8, 2026
f47cb41
Generate release notes for 3.21.1
github-actions[bot] Jun 8, 2026
861706d
Update release notes
edolstra Jun 8, 2026
952beff
Merge pull request #489 from DeterminateSystems/release-v3.21.1/eebdc…
detsys-spaghetti[bot] Jun 8, 2026
59a9df7
doc: Add missing nix3 manpages
edolstra Jun 8, 2026
a087b0a
Sort list of manpages
edolstra Jun 8, 2026
356af9d
Merge pull request #490 from DeterminateSystems/missing-man-pages
edolstra Jun 8, 2026
cc69b29
SQLiteStmt::Use: Rename operator() -> apply()
edolstra Jun 7, 2026
8cde257
Merge pull request #491 from DeterminateSystems/sqlite-operator
cole-h Jun 9, 2026
4082dce
optimiseStore(): Add activities for some slow steps
edolstra Jun 9, 2026
7d7c459
Make optimiseStore() multi-threaded
edolstra Jun 9, 2026
7b09aba
Merge pull request #492 from DeterminateSystems/eelcodolstra/nix-428
edolstra Jun 9, 2026
22c182d
createCache(): Take CacheInfo as argument
edolstra Jun 7, 2026
d94497a
Deduplicate Cache/CacheInfo
edolstra Jun 7, 2026
604e107
Fix running hydraJobs in CI
edolstra Jun 10, 2026
258d02d
Run VM tests for one variant only
edolstra Jun 10, 2026
f195f8d
Merge pull request #493 from DeterminateSystems/binary-cache-info
edolstra Jun 10, 2026
933ad82
Revert "fetchTarball: Remove custom substitution code"
xokdvium Jun 10, 2026
ced7241
tests/nixos/s3-binary-cache-store.nix: Fix bad merge
edolstra Jun 10, 2026
b638394
Ensure that tests in not empty
edolstra Jun 10, 2026
8397d69
Remove upgrade-nix tests
edolstra Jun 10, 2026
fa8e406
Use default kernel
edolstra Jun 10, 2026
dd54928
Merge pull request #494 from DeterminateSystems/run-hydra-tests
edolstra Jun 10, 2026
9cf5476
ci: include output paths in FlakeHub upload
cole-h Jun 11, 2026
01094d3
Merge pull request #495 from DeterminateSystems/include-output-paths
cole-h Jun 11, 2026
1471e14
fixup: don't include linux-only drvs if not on linux
cole-h Jun 12, 2026
2a5c930
Merge pull request #496 from DeterminateSystems/fixup-skip-unsupported
cole-h Jun 12, 2026
47e2f61
Improve error message when user isn't allowed access to the daemon
edolstra Jun 12, 2026
d8c98d1
Merge pull request #498 from DeterminateSystems/daemon-access-denied
edolstra Jun 12, 2026
12af108
Add TODO item
edolstra Jun 12, 2026
a211e33
importPaths(): Show progress for v1 narios
edolstra Jun 12, 2026
fb3abeb
Don't show duplicate "error: unexpected end-of-file"
edolstra Jun 12, 2026
76518af
Daemon: Ignore interrupts between accept() and child start
edolstra Jun 14, 2026
b00c7a0
Merge pull request #502 from DeterminateSystems/eelcodolstra/nix-413
edolstra Jun 14, 2026
bf237e1
Build all the archs without DSP
grahamc Jun 15, 2026
e709f74
Don't run regression tests against non-dsp x86 linux
grahamc Jun 15, 2026
34a8376
Merge pull request #503 from DeterminateSystems/push-stoxtkuyuuzw
grahamc Jun 15, 2026
1d4227e
Mirror to nix-artifacts on release of tags
grahamc Jun 14, 2026
0dd309e
Do the root too
grahamc Jun 15, 2026
b0448a1
Merge pull request #501 from DeterminateSystems/push-omkwykrvsxwr
grahamc Jun 15, 2026
21264af
Merge pull request #499 from DeterminateSystems/nario-improvements
edolstra Jun 15, 2026
4ec3c34
libutil: Use poll() in FdSource::hasData() to avoid fd_set overflow
Mic92 Apr 27, 2026
5684309
forwardStdioConnection(): Use poll() instead of select()
edolstra Jun 15, 2026
b71bc90
Fix crash in builtins.break
edolstra Jun 15, 2026
2ff04c4
libstore: Improve SSH connection sharing
pjungkamp Jan 6, 2026
46d1d88
libstore/ssh: Move -S into addCommonSSHOpts
pjungkamp Jan 7, 2026
178c13a
startMaster(): Pass ControlPersist=no
edolstra Jun 15, 2026
214259d
Merge pull request #505 from DeterminateSystems/fix-break-crash
edolstra Jun 15, 2026
836855a
Merge pull request #506 from DeterminateSystems/fix-ssh-master
edolstra Jun 15, 2026
218796a
Move the srcToStore cache into fetchToStore()
edolstra Jun 15, 2026
60a99c2
Merge pull request #507 from DeterminateSystems/move-srcToStore
edolstra Jun 15, 2026
21ed367
Merge pull request #504 from DeterminateSystems/eelcodolstra/nix-414
edolstra Jun 15, 2026
034fe11
Increase the sourceToSink/sinkToSource coroutine stack sizes
xokdvium Jun 16, 2026
4c933bf
LocalStore::doAddToStore(): Check NAR size before NAR hash
proski Jun 16, 2026
f9bbf32
Merge pull request #512 from DeterminateSystems/check-size-before-hash-2
edolstra Jun 17, 2026
2c7a89a
Merge pull request #511 from DeterminateSystems/bump-coroutine-stack-…
edolstra Jun 17, 2026
a51e93a
Fix LocalStore::addMultipleToStore SinkToSource destructor unsoundness
lilyinstarlight Jun 17, 2026
b06153a
Merge pull request #513 from DeterminateSystems/fixup-addmulti-destru…
cole-h Jun 17, 2026
ef17b35
libutil: Make computeClosure async
xokdvium Dec 19, 2025
3e8d50a
Fix exceptions not being caught in nix::Pid::~Pid
lilyinstarlight Jun 17, 2026
e13af01
libstore: Make Store::querySubstitutablePathInfos async
xokdvium Mar 15, 2026
1f7aca7
libutil: Fix computeClosure and callbackToAwaitable lifetime issues
xokdvium Mar 16, 2026
c4934e0
libutil/async: Don't spin in forEachAsync
xokdvium Mar 16, 2026
e7226d4
libstore: Early return in copyPaths if missing is empty
xokdvium Mar 12, 2026
dd0614a
libstore: Make queryMissing async too
xokdvium Mar 15, 2026
9c04adb
Merge pull request #16033 from NixOS/backport-16031-to-2.34-maintenance
internal-nix-ci[bot] Jun 17, 2026
02d8ad2
libstore: Make HttpBinaryCacheStore::topoSortPaths async
xokdvium Mar 15, 2026
2937919
Fix HttpBinaryCacheStore::topoSortPaths implementation
xokdvium Mar 16, 2026
0a67261
Fix exceptions not being caught in nix::Pid::~Pid
lilyinstarlight May 5, 2026
6664c97
ci: fixup mirroring
cole-h Jun 17, 2026
183c694
Merge pull request #515 from DeterminateSystems/fixup-mirroring
cole-h Jun 18, 2026
31b8f54
Merge pull request #516 from DeterminateSystems/fixup-pid-destructor
cole-h Jun 18, 2026
a2de1c8
Prepare release v3.21.2
github-actions[bot] Jun 18, 2026
d42bfa8
Set .version-determinate to 3.21.2
github-actions[bot] Jun 18, 2026
0861a14
Generate release notes for 3.21.2
github-actions[bot] Jun 18, 2026
4a481fb
Update release notes
edolstra Jun 18, 2026
72c5eeb
Merge pull request #517 from DeterminateSystems/release-v3.21.2/b176c…
cole-h Jun 18, 2026
0fe86df
Allow local networking in libmicrohttpd and functional tests
lilyinstarlight Jun 18, 2026
7d3d039
Get rid of duplicated 'Build failed due to failed dependency' error m…
xokdvium Jun 15, 2026
a4c9cf6
Increase the sourceToSink/sinkToSource coroutine stack sizes
xokdvium Jun 16, 2026
fb7c5ba
Merge pull request #16040 from NixOS/backport-16022-to-2.34-maintenance
xokdvium Jun 19, 2026
2f57865
Merge pull request #16041 from NixOS/backport-16027-to-2.34-maintenance
xokdvium Jun 20, 2026
c705310
ci: skip secure-packages build for external (fork) PRs
edolstra Jun 22, 2026
64bddc7
ci: don't fail when there are no artifacts to move
edolstra Jun 22, 2026
9e0114e
Merge pull request #518 from lilyinstarlight/fix/darwin-functional-te…
edolstra Jun 22, 2026
7d04b47
Fix boost format error when diff hook fails
lisanna-dettwyler Jun 22, 2026
3e841fe
Merge pull request #16050 from NixOS/backport-16049-to-2.34-maintenance
internal-nix-ci[bot] Jun 22, 2026
32e4923
Merge pull request #514 from DeterminateSystems/asio
edolstra Jun 23, 2026
8ca8648
Don't ignore substitution failures for BasicDerivation inputSrcs
edolstra Jun 23, 2026
88aa0de
Merge pull request #520 from DeterminateSystems/eelcodolstra/nix-437
edolstra Jun 23, 2026
5b0278c
Fix #15916
xokdvium Jun 23, 2026
6136c25
Merge pull request #16058 from NixOS/backport-16044-to-2.34-maintenance
xokdvium Jun 23, 2026
8a0b537
Merge remote-tracking branch 'origin/2.34-maintenance' into sync-2.34
edolstra Jun 24, 2026
923cd70
Merge pull request #521 from DeterminateSystems/sync-2.34
edolstra Jun 24, 2026
3de4ffc
fixup: make binary cache nuclear option more general
cole-h Jun 26, 2026
3888c31
Merge pull request #524 from DeterminateSystems/more-general-binary-c…
cole-h Jun 26, 2026
1cc66f6
NarInfoDiskCache: Support arbitrary nix-cache-info fields
edolstra Jun 26, 2026
6108e4d
BinaryCacheStore: Don't throw on malformed Priority in nix-cache-info
edolstra Jun 26, 2026
4a6a3ae
ci: update DSP on releases
cole-h Jun 26, 2026
a565d89
Merge pull request #525 from DeterminateSystems/nar-info-disk-cache-g…
edolstra Jun 26, 2026
d89726d
Merge pull request #526 from DeterminateSystems/update-dsp-on-releases
cole-h Jun 26, 2026
c143382
Add some calls to addTempRoot()
edolstra Jun 30, 2026
f2fd616
Merge pull request #527 from DeterminateSystems/more-addTempRoot
edolstra Jun 30, 2026
cb70f46
flake.lock: Update
edolstra Jul 1, 2026
acb72bb
Merge pull request #529 from DeterminateSystems/bump-nixpkgs
edolstra Jul 3, 2026
a55c165
Fix INITIAL_MARK_STACK_SIZE override in boehm-gc
edolstra Jul 3, 2026
15287ff
Merge pull request #531 from DeterminateSystems/fix-initial-mark-stac…
edolstra Jul 3, 2026
2929460
nix search: Print total number of derivations
edolstra Jul 3, 2026
f065a9e
Merge pull request #532 from DeterminateSystems/nix-search-show-total
cole-h Jul 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 0 additions & 18 deletions .coderabbit.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/CODEOWNERS

This file was deleted.

21 changes: 9 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Report unexpected or incorrect behaviour
title: ''
title: ""
labels: bug
assignees: ''

assignees: ""
---

## Describe the bug
Expand Down Expand Up @@ -32,7 +31,9 @@ assignees: ''

## Metadata

<!-- Please insert the output of running `nix-env --version` below this line -->
<!-- Please insert the output of running `determinate-nixd version` below this line -->

<!-- Please insert the output of running `nix --version` below this line -->

## Additional context

Expand All @@ -42,13 +43,9 @@ assignees: ''

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [latest Determinate Nix manual] \([source])
- [ ] checked [open bug issues and pull requests] for possible duplicates

[latest Nix manual]: https://nix.dev/manual/nix/development/
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
[open bug issues and pull requests]: https://github.com/NixOS/nix/labels/bug

---

Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
[latest Determinate Nix manual]: https://manual.determinate.systems/
[source]: https://github.com/DeterminateSystems/nix-src/tree/main/doc/manual/source
[open bug issues and pull requests]: https://github.com/DeterminateSystems/nix-src/labels/bug
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest a new feature
title: ''
title: ""
labels: feature
assignees: ''

assignees: ""
---

## Is your feature request related to a problem?
Expand All @@ -27,13 +26,9 @@ assignees: ''

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open feature issues and pull requests] for possible duplicates

[latest Nix manual]: https://nix.dev/manual/nix/development/
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
[open feature issues and pull requests]: https://github.com/NixOS/nix/labels/feature

---
- [ ] checked [latest Determinate Nix manual] \([source])
- [ ] checked [open bug issues and pull requests] for possible duplicates

Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
[latest Determinate Nix manual]: https://manual.determinate.systems/
[source]: https://github.com/DeterminateSystems/nix-src/tree/main/doc/manual/source
[open bug issues and pull requests]: https://github.com/DeterminateSystems/nix-src/labels/bug
23 changes: 9 additions & 14 deletions .github/ISSUE_TEMPLATE/installer.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
name: Installer issue
about: Report problems with installation
title: ''
title: ""
labels: installer
assignees: ''

assignees: ""
---

## Platform

<!-- select the platform on which you tried to install Nix -->
<!-- select the platform on which you tried to install Determinate Nix -->

- [ ] Linux: <!-- state your distribution, e.g. Arch Linux, Ubuntu, ... -->
- [ ] macOS
- [ ] Linux: <!-- state your distribution, e.g. Arch Linux, Ubuntu, ... -->
- [ ] WSL

## Additional information
Expand All @@ -35,13 +34,9 @@ assignees: ''

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open installer issues and pull requests] for possible duplicates

[latest Nix manual]: https://nix.dev/manual/nix/development/
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
[open installer issues and pull requests]: https://github.com/NixOS/nix/labels/installer

---
- [ ] checked [latest Determinate Nix manual] \([source])
- [ ] checked [open bug issues and pull requests] for possible duplicates

Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
[latest Determinate Nix manual]: https://manual.determinate.systems/
[source]: https://github.com/DeterminateSystems/nix-src/tree/main/doc/manual/source
[open bug issues and pull requests]: https://github.com/DeterminateSystems/nix-src/labels/bug
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/missing_documentation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Missing or incorrect documentation
about: Help us improve the reference manual
title: ''
title: ""
labels: documentation
assignees: ''

assignees: ""
---

## Problem
Expand All @@ -19,13 +18,9 @@ assignees: ''

<!-- make sure this issue is not redundant or obsolete -->

- [ ] checked [latest Nix manual] \([source])
- [ ] checked [open documentation issues and pull requests] for possible duplicates

[latest Nix manual]: https://nix.dev/manual/nix/development/
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
[open documentation issues and pull requests]: https://github.com/NixOS/nix/labels/documentation

---
- [ ] checked [latest Determinate Nix manual] \([source])
- [ ] checked [open bug issues and pull requests] for possible duplicates

Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
[latest Determinate Nix manual]: https://manual.determinate.systems/
[source]: https://github.com/DeterminateSystems/nix-src/tree/main/doc/manual/source
[open bug issues and pull requests]: https://github.com/DeterminateSystems/nix-src/labels/bug
29 changes: 0 additions & 29 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
<!--

IMPORTANT

Nix is a non-trivial project, so for your contribution to be successful,
it really is important to follow the contributing guidelines:

https://github.com/NixOS/nix/blob/master/CONTRIBUTING.md

Even if you've contributed to open source before, take a moment to read it,
so you understand the process and the expectations.

- what information to include in commit messages
- proper attribution
- volunteering contributions effectively
- how to get help and our review process.

PR stuck in review? We have two Nix team meetings per week online that are open for everyone in a jitsi conference:

- https://calendar.google.com/calendar/u/0/embed?src=b9o52fobqjak8oq8lfkhg3t0qg@group.calendar.google.com

-->

## Motivation

<!-- Briefly explain what the change is about and why it is desirable. -->
Expand All @@ -34,9 +11,3 @@ PR stuck in review? We have two Nix team meetings per week online that are open
<!-- Invasive change: Discuss alternative designs or approaches you considered. -->

<!-- Large change: Provide instructions to reviewers how to read the diff. -->

---

Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc).

The Nix maintainer team uses a [GitHub project board](https://github.com/orgs/NixOS/projects/19) to [schedule and track reviews](https://github.com/NixOS/nix/tree/master/maintainers#project-board-protocol).
25 changes: 6 additions & 19 deletions .github/STALE-BOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,21 @@

- Thanks for your contribution!
- To remove the stale label, just leave a new comment.
- _How to find the right people to ping?_ &rarr; [`git blame`](https://git-scm.com/docs/git-blame) to the rescue! (or GitHub's history and blame buttons.)
- You can always ask for help on [our Discourse Forum](https://discourse.nixos.org/) or on [Matrix - #users:nixos.org](https://matrix.to/#/#users:nixos.org).
- You can always ask for help on [Discord](https://determinate.systems/discord).

## Suggestions for PRs

1. GitHub sometimes doesn't notify people who commented / reviewed a PR previously, when you (force) push commits. If you have addressed the reviews you can [officially ask for a review](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review) from those who commented to you or anyone else.
2. If it is unfinished but you plan to finish it, please mark it as a draft.
3. If you don't expect to work on it any time soon, closing it with a short comment may encourage someone else to pick up your work.
4. To get things rolling again, rebase the PR against the target branch and address valid comments.
5. If you need a review to move forward, ask in [the Discourse thread for PRs that need help](https://discourse.nixos.org/t/prs-in-distress/3604).
6. If all you need is a merge, check the git history to find and [request reviews](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review) from people who usually merge related contributions.
1. If it is unfinished but you plan to finish it, please mark it as a draft.
1. If you don't expect to work on it any time soon, closing it with a short comment may encourage someone else to pick up your work.
1. To get things rolling again, rebase the PR against the target branch and address valid comments.
1. If you need a review to move forward, ask in [Discord](https://determinate.systems/discord).

## Suggestions for issues

1. If it is resolved (either for you personally, or in general), please consider closing it.
2. If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough.
3. If you still have interest in resolving it, try to ping somebody who you believe might have an interest in the topic. Consider discussing the problem in [our Discourse Forum](https://discourse.nixos.org/).
4. As with all open source projects, your best option is to submit a Pull Request that addresses this issue. We :heart: this attitude!
3. If you still have interest in resolving it, try to ping somebody who you believe might have an interest in the topic. Consider discussing the problem in [Discord](https://determinate.systems/discord).

**Memorandum on closing issues**

Don't be afraid to close an issue that holds valuable information. Closed issues stay in the system for people to search, read, cross-reference, or even reopen--nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.

## Useful GitHub search queries

- [Open PRs with any stale-bot interaction](https://github.com/NixOS/nix/pulls?q=is%3Apr+is%3Aopen+commenter%3Aapp%2Fstale+)
- [Open PRs with any stale-bot interaction and `stale`](https://github.com/NixOS/nix/pulls?q=is%3Apr+is%3Aopen+commenter%3Aapp%2Fstale+label%3A%22stale%22)
- [Open PRs with any stale-bot interaction and NOT `stale`](https://github.com/NixOS/nix/pulls?q=is%3Apr+is%3Aopen+commenter%3Aapp%2Fstale+-label%3A%22stale%22+)
- [Open Issues with any stale-bot interaction](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+commenter%3Aapp%2Fstale+)
- [Open Issues with any stale-bot interaction and `stale`](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+commenter%3Aapp%2Fstale+label%3A%22stale%22+)
- [Open Issues with any stale-bot interaction and NOT `stale`](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+commenter%3Aapp%2Fstale+-label%3A%22stale%22+)
124 changes: 0 additions & 124 deletions .github/actions/install-nix-action/action.yaml

This file was deleted.

Loading
Loading