Skip to content

Commit f12b4b9

Browse files
committed
Merge remote-tracking branch 'origin/master' into provenance
2 parents 78f7ac4 + fa17927 commit f12b4b9

File tree

335 files changed

+3136
-6549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+3136
-6549
lines changed
Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,54 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Report unexpected or incorrect behaviour
44
title: ''
55
labels: bug
66
assignees: ''
77

88
---
99

10-
**Describe the bug**
10+
## Describe the bug
1111

12-
A clear and concise description of what the bug is.
12+
<!--
13+
A clear and concise description of what the bug is.
1314
14-
If you have a problem with a specific package or NixOS,
15-
you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues.
15+
If you have a problem with a specific package or NixOS,
16+
you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues.
17+
-->
1618

17-
**Steps To Reproduce**
19+
## Steps To Reproduce
1820

19-
1. Go to '...'
20-
2. Click on '....'
21-
3. Scroll down to '....'
22-
4. See error
21+
<!--
22+
Example:
2323
24-
**Expected behavior**
24+
1. Clone this repository: ...
25+
2. Run `nix-... ...`
26+
3. Observe unexpected behaviour
27+
-->
2528

26-
A clear and concise description of what you expected to happen.
29+
## Expected behavior
2730

28-
**`nix-env --version` output**
31+
<!-- A clear and concise description of what you expected to happen. -->
2932

30-
**Additional context**
33+
## Metadata
3134

32-
Add any other context about the problem here.
35+
<!-- Please insert the output of running `nix-env --version` below this line -->
3336

34-
**Priorities**
37+
## Additional context
38+
39+
<!-- Add any other context about the problem here. -->
40+
41+
## Checklist
42+
43+
<!-- make sure this issue is not redundant or obsolete -->
44+
45+
- [ ] checked [latest Nix manual] \([source])
46+
- [ ] checked [open bug issues and pull requests] for possible duplicates
47+
48+
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
49+
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
50+
[open bug issues and pull requests]: https://github.com/NixOS/nix/labels/bug
51+
52+
---
3553

3654
Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
3+
about: Suggest a new feature
44
title: ''
55
labels: feature
66
assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
## Is your feature request related to a problem?
1211

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
12+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
1513

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
14+
## Proposed solution
1815

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
16+
<!-- A clear and concise description of what you want to happen. -->
2117

22-
**Priorities**
18+
## Alternative solutions
19+
20+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
21+
22+
## Additional context
23+
24+
<!-- Add any other context or screenshots about the feature request here. -->
25+
26+
## Checklist
27+
28+
<!-- make sure this issue is not redundant or obsolete -->
29+
30+
- [ ] checked [latest Nix manual] \([source])
31+
- [ ] checked [open feature issues and pull requests] for possible duplicates
32+
33+
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
34+
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
35+
[open feature issues and pull requests]: https://github.com/NixOS/nix/labels/feature
36+
37+
---
2338

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

.github/ISSUE_TEMPLATE/installer.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,25 @@ assignees: ''
2323

2424
<details><summary>Output</summary>
2525

26-
```log
26+
<!-- paste console output inside the below code block -->
2727

28-
<!-- paste console output here and remove this comment -->
28+
```log
2929
3030
```
3131

3232
</details>
3333

34-
## Priorities
34+
## Checklist
35+
36+
<!-- make sure this issue is not redundant or obsolete -->
37+
38+
- [ ] checked [latest Nix manual] \([source])
39+
- [ ] checked [open installer issues and pull requests] for possible duplicates
40+
41+
[latest Nix manual]: https://nixos.org/manual/nix/unstable/
42+
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
43+
[open installer issues and pull requests]: https://github.com/NixOS/nix/labels/installer
44+
45+
---
3546

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

.github/ISSUE_TEMPLATE/missing_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ assignees: ''
2626
[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source
2727
[open documentation issues and pull requests]: https://github.com/NixOS/nix/labels/documentation
2828

29-
## Priorities
29+
---
3030

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ so you understand the process and the expectations.
1717
1818
-->
1919

20-
# Motivation
20+
## Motivation
21+
2122
<!-- Briefly explain what the change is about and why it is desirable. -->
2223

23-
# Context
24+
## Context
25+
2426
<!-- Provide context. Reference open issues if available. -->
2527

2628
<!-- Non-trivial change: Briefly outline the implementation strategy. -->
@@ -29,7 +31,7 @@ so you understand the process and the expectations.
2931

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

32-
# Priorities and Process
34+
---
3335

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

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: exec bash -c "nix-channel --update && nix-env -iA nixpkgs.hello && hello"
129129

130130
docker_push_image:
131-
needs: [check_secrets, tests]
131+
needs: [check_secrets, tests, vm_tests]
132132
permissions:
133133
contents: read
134134
packages: write
@@ -194,7 +194,13 @@ jobs:
194194
- uses: actions/checkout@v4
195195
- uses: DeterminateSystems/nix-installer-action@main
196196
- uses: DeterminateSystems/magic-nix-cache-action@main
197-
- run: nix build -L .#hydraJobs.tests.githubFlakes .#hydraJobs.tests.tarballFlakes .#hydraJobs.tests.functional_user
197+
- run: |
198+
nix build -L \
199+
.#hydraJobs.tests.functional_user \
200+
.#hydraJobs.tests.githubFlakes \
201+
.#hydraJobs.tests.nix-docker \
202+
.#hydraJobs.tests.tarballFlakes \
203+
;
198204
199205
flake_regressions:
200206
needs: vm_tests
@@ -214,4 +220,4 @@ jobs:
214220
path: flake-regressions/tests
215221
- uses: DeterminateSystems/nix-installer-action@main
216222
- uses: DeterminateSystems/magic-nix-cache-action@main
217-
- run: nix build --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH scripts/flake-regressions.sh
223+
- run: nix build -L --out-link ./new-nix && PATH=$(pwd)/new-nix/bin:$PATH MAX_FLAKES=25 flake-regressions/eval-all.sh

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ perl/Makefile.config
102102
/tests/functional/restricted-innocent
103103
/tests/functional/shell
104104
/tests/functional/shell.drv
105-
/tests/functional/config.nix
106-
/tests/functional/ca/config.nix
107-
/tests/functional/dyn-drv/config.nix
108105
/tests/functional/repl-result-out
109106
/tests/functional/debugger-test-out
110107
/tests/functional/test-libstoreconsumer/test-libstoreconsumer

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.0
1+
2.26.0

Makefile

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)