Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2985 commits
Select commit Hold shift + click to select a range
664c11d
Merge pull request #435 from DeterminateSystems/sync-2.33.4
cole-h Apr 23, 2026
6196dc2
sentry: Log the Nix command / subcommand
edolstra Apr 23, 2026
6097560
Merge pull request #436 from DeterminateSystems/sentry-log-command
edolstra Apr 23, 2026
fa8b39b
Prepare release v3.18.1
github-actions[bot] Apr 23, 2026
dcac0ad
Set .version-determinate to 3.18.1
github-actions[bot] Apr 23, 2026
bb40c61
Generate release notes for 3.18.1
github-actions[bot] Apr 23, 2026
c0e6cf2
Release notes
cole-h Apr 23, 2026
4dccfb8
Merge pull request #437 from DeterminateSystems/release-v3.18.1/c0279…
detsys-spaghetti[bot] Apr 23, 2026
adb65ab
Merge remote-tracking branch 'detsys/main' into sync-2.34
edolstra Apr 23, 2026
92ad058
Use `statusToString` for child process exit diagnostics
Ericson2314 Mar 11, 2026
962e041
Merge pull request #386 from DeterminateSystems/sync-2.34
edolstra Apr 24, 2026
e1ab69d
Remove Store::addMultipleToStore(Source & source) variant
edolstra Mar 26, 2026
9f67f7e
Remove unnecessary #include
edolstra Mar 26, 2026
c23b2fe
Add a feature to make RemoteStore::addMultipleToStore() respect the p…
edolstra Mar 26, 2026
4934dbb
Remove redundant provenance field from {Read,Write}Conn
edolstra Mar 26, 2026
f0ae44e
RemoteStore::addToStore(): Fix version comparison
edolstra Apr 24, 2026
87d1e6f
Merge pull request #399 from DeterminateSystems/copy-provenance-daemon
edolstra Apr 24, 2026
c589f7f
Split release artifacts into a dedicated Hydra jobset
Mic92 Apr 8, 2026
abf4f03
release-jobs: include all buildCross.nix-everything targets
Mic92 Apr 20, 2026
7eb888b
release: name artifact jobsets maintenance-X.Y-release
Mic92 Apr 21, 2026
15a0a8a
release-jobs: drop x86_64-unknown-freebsd
Mic92 Apr 27, 2026
57b8e5e
Merge pull request #15752 from Mic92/backport-release-jobs-2.34
Mic92 Apr 27, 2026
796b5b1
packaging: build the Rust nix-installer with embedded Nix
Mic92 Apr 22, 2026
363a1d6
ci: run the Rust installer in installer_test
Mic92 Apr 22, 2026
59ef517
rust-installer: 2.34.5 -> 2.34.6
Mic92 Apr 27, 2026
ee1ce88
Merge pull request #15753 from Mic92/backport-rust-installer-2.34
Mic92 Apr 27, 2026
1b4a7b5
Prepare release v3.19.0
github-actions[bot] Apr 28, 2026
d00b87c
Set .version-determinate to 3.19.0
github-actions[bot] Apr 28, 2026
ebb8638
Generate release notes for 3.19.0
github-actions[bot] Apr 28, 2026
bb6662c
Update release notes
cole-h Apr 28, 2026
5ab3bee
Merge pull request #438 from DeterminateSystems/release-v3.19.0/82da4…
detsys-spaghetti[bot] Apr 28, 2026
c4ae4c5
libutil: Fix path traversal in unpackTarfile
xokdvium May 2, 2026
7d61f16
Don't destroy _fileTransfer on shutdown
edolstra May 4, 2026
d461a35
Merge pull request #444 from DeterminateSystems/eelcodolstra/nix-393
edolstra May 4, 2026
2ccc30a
Merge remote-tracking branch 'nix-ghsa-vh5x-56v6-4368/hardening-2.34'…
xokdvium May 4, 2026
2c6d06e
Merge remote-tracking branch 'nix-ghsa-gr92-w2r5-qw5p/fix-unpackTarfi…
xokdvium May 4, 2026
e5bc6bf
libutil: Bound NAR directory depth and guard coroutine stacks
edef1c Apr 15, 2026
ff9cea2
libutil: Bound string lengths in the NAR parser
edef1c Apr 15, 2026
5b5cf65
libutil: Reject empty and NUL-containing symlink targets in NARs
edef1c Apr 15, 2026
b8f9d4b
daemon: Limit the number of crashes before exiting to 64
xokdvium Apr 22, 2026
3b89d3c
Make formatter happy
xokdvium Apr 22, 2026
53aea3c
libutil: Fix path traversal in unpackTarfile
xokdvium May 2, 2026
306e431
Prepare release v3.19.1
github-actions[bot] May 4, 2026
747527d
Set .version-determinate to 3.19.1
github-actions[bot] May 4, 2026
54feab2
Generate release notes for 3.19.1
github-actions[bot] May 4, 2026
e40eb7f
Update release notes
edolstra May 4, 2026
35185ec
Merge pull request #443 from DeterminateSystems/release-v3.19.1/07e87…
detsys-spaghetti[bot] May 4, 2026
55c85c1
C API: add logger bindings
RossComputerGuy May 5, 2026
d11c007
Merge pull request #448 from DeterminateSystems/tristanross/dsp-204
edolstra May 6, 2026
6839d85
Support resuming from binary caches that don't support ranged requests
edolstra Apr 30, 2026
8596db3
Merge pull request #445 from DeterminateSystems/resume-unranged-downl…
edolstra May 6, 2026
bc27437
Add a session ID to JSON log messages
edolstra Apr 29, 2026
85197fa
Use UUIDv7
edolstra May 6, 2026
8fb8ad7
Merge pull request #440 from DeterminateSystems/eelcodolstra/nix-388
edolstra May 6, 2026
3da5588
filetransfer: mark enqueueFileTransfer() as noexcept
cole-h Feb 12, 2026
cd9144c
filetransfer: handle exceptions thrown from enqueueItem
cole-h Feb 12, 2026
3f3e464
fixup: catch BaseError instead of Error
cole-h Mar 30, 2026
c526da9
Refactor enqueueFileTransfer
proski Apr 8, 2026
04f557a
NarInfo::to_string(): Loosen fileInfo/fileSize requirements
edolstra Apr 14, 2026
117482b
Add 'nix serve' command
edolstra Apr 14, 2026
9c4f235
Move Deleter into a separate header
edolstra Apr 17, 2026
7948a2c
nix serve: Don't return 500 if a NAR has disappeared
edolstra Apr 30, 2026
a5f1487
nix serve: Listen on localhost only by default
edolstra Apr 30, 2026
1572740
binary-cache.sh: Use nix serve
edolstra Apr 30, 2026
5a1ed8d
nix serve: Stream the NAR
edolstra Apr 30, 2026
e559339
LocalStore::addToStore(): Handle negative path info cache entry
edolstra Apr 30, 2026
10416bd
Prevent double .narinfo download in `nix path-info`
edolstra Apr 30, 2026
df3278b
nix serve: Use Finally to stop the daemon
edolstra May 6, 2026
4403af9
Fix test
edolstra May 7, 2026
16362cb
Build libmicrohttpd without gnutls
edolstra May 7, 2026
89fbd85
Prepare release v3.20.0
github-actions[bot] May 7, 2026
e7b84de
Set .version-determinate to 3.20.0
github-actions[bot] May 7, 2026
ef941a8
Generate release notes for 3.20.0
github-actions[bot] May 7, 2026
2d8ff4a
Update release notes
cole-h May 7, 2026
2aefaf0
Fix static build
edolstra May 7, 2026
2024808
nix serve: Add docs
edolstra May 7, 2026
f0ccb96
Merge pull request #451 from DeterminateSystems/release-v3.20.0/23664…
cole-h May 7, 2026
29f55e4
nix serve: Add support for serving build logs
edolstra May 7, 2026
a09ec4c
Merge pull request #428 from DeterminateSystems/nix-serve
edolstra May 7, 2026
b3ca704
Restore resBuildResult fields for failed builds
edolstra May 7, 2026
da8e677
Merge pull request #453 from DeterminateSystems/eelcodolstra/nix-391
edolstra May 8, 2026
8987081
fixup: BaseError is now abstract, forward the original error
cole-h May 10, 2026
dd4dcec
parseString(): Fix out-of-bounds read
edolstra May 11, 2026
b7ac172
Merge pull request #454 from DeterminateSystems/parseString-oob-read
edolstra May 11, 2026
da3b5df
Merge pull request #348 from DeterminateSystems/filetransfer-enqueue-…
edolstra May 11, 2026
aa70740
Delete .github/workflows/labels.yml: uses pull_request_target
grahamc May 12, 2026
31cd7cb
Merge pull request #455 from DeterminateSystems/grahamc-patch-1
cole-h May 12, 2026
a06c705
libfetchers: verify git-lfs returns the same objects as git
RossComputerGuy May 12, 2026
e4fb0ab
Merge pull request #456 from DeterminateSystems/fix/git-lfs
edolstra May 12, 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
c9453f7
Merge pull request #459 from DeterminateSystems/more-sentry
edolstra 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
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
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
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