Eelco Dolstra
|
b57c361097
|
Merge pull request #11082 from DeterminateSystems/symbol-table-string-view
SymbolStr: Remove std::string conversion
|
2024-07-12 13:39:43 +02:00 |
|
Luc Perkins
|
b80c3191d9
|
Use Markdown tables for config
|
2024-07-11 09:49:06 -07:00 |
|
Eelco Dolstra
|
61080554ab
|
SymbolStr: Remove std::string conversion
This refactoring allows the symbol table to be stored as something
other than std::strings.
|
2024-07-11 17:43:10 +02:00 |
|
Eelco Dolstra
|
0363dbf2b9
|
Merge pull request #11081 from DeterminateSystems/remove-dead-code
Remove unused InstallableFlake::getFlakeOutputs()
|
2024-07-11 17:11:28 +02:00 |
|
Eelco Dolstra
|
6406619c44
|
Flake schemas
This applies upstream https://github.com/NixOS/nix/pull/8892.
|
2024-07-11 16:49:49 +02:00 |
|
Eelco Dolstra
|
87323a5689
|
Remove unused InstallableFlake::getFlakeOutputs()
|
2024-07-11 16:21:27 +02:00 |
|
Robert Hensing
|
0395ff9bd3
|
packaging: Set darwinMinVersion to fix x86_64-darwin build
Ported from https://github.com/NixOS/nixpkgs/pull/326172
Co-authored-by: Emily <vcs@emily.moe>
|
2024-07-11 15:04:38 +02:00 |
|
Robert Hensing
|
bb312a7174
|
Edit CompatibilitySettings
|
2024-07-11 13:59:49 +02:00 |
|
Robert Hensing
|
6f5f741157
|
doc/rl-next/shebang-relative: Update with example
|
2024-07-11 13:52:03 +02:00 |
|
Eelco Dolstra
|
f862424423
|
Fix job name
|
2024-07-11 13:39:24 +02:00 |
|
Eelco Dolstra
|
a4d1dfbab6
|
Split building and testing to improve parallelism
|
2024-07-11 13:26:08 +02:00 |
|
Eelco Dolstra
|
13e60dd649
|
Build aarch64-linux
|
2024-07-11 13:24:09 +02:00 |
|
John Ericson
|
426e2af6f7
|
Merge pull request #11077 from hercules-ci/support-hardlinks-in-tarballs
Support hardlinks in tarballs
|
2024-07-11 07:10:25 -04:00 |
|
Robert Hensing
|
56bf39e905
|
eqValues/assertEqValues: Clean up assertions
It's still paranoid, and probably a waste of words, but at least
now it's consistent and readily identifyable from a log.
|
2024-07-11 12:19:29 +02:00 |
|
Robert Hensing
|
4fd8f19ecf
|
Fix build to use CanonPath in new FSO sinks
|
2024-07-11 12:14:48 +02:00 |
|
Robert Hensing
|
86420753ec
|
Merge remote-tracking branch 'upstream/master' into support-hardlinks-in-tarballs
|
2024-07-11 11:43:02 +02:00 |
|
Robert Hensing
|
61577402ba
|
Add EvalErrorBuilder::panic()
An nicer alternative to printError + abort, or assert(false /* foo */)
|
2024-07-11 11:35:58 +02:00 |
|
Eelco Dolstra
|
83173fef17
|
Avoid superfluous duplicate jobs on PRs
|
2024-07-11 11:19:08 +02:00 |
|
Eelco Dolstra
|
6ad333aeee
|
GitHub CI: Use a bigger builder for x86_64-linux
Also, don't use a matrix for the 'tests' workflow, since we don't want
the 'vm_tests' and 'flake_regressions' workflows to depend on
aarch64-darwin.
|
2024-07-11 11:13:55 +02:00 |
|
Eelco Dolstra
|
a00efcb36c
|
Fix daemon test
|
2024-07-11 09:52:40 +02:00 |
|
Eelco Dolstra
|
1b52a3add1
|
Remove references to nix-command
|
2024-07-10 20:35:44 +02:00 |
|
Eelco Dolstra
|
e0ce161734
|
Remove experimental warnings
|
2024-07-10 20:35:44 +02:00 |
|
Eelco Dolstra
|
891a5b387e
|
Remove warning about nix-command
|
2024-07-10 20:35:44 +02:00 |
|
Eelco Dolstra
|
98a6af2c97
|
doc/manual/src/contributing/hacking.md: Remove non-flake instructions
|
2024-07-10 20:35:44 +02:00 |
|
Eelco Dolstra
|
e638d00223
|
Stabilize the "nix-command" feature
|
2024-07-10 20:35:44 +02:00 |
|
Eelco Dolstra
|
51583851a2
|
Merge pull request #29 from DeterminateSystems/stable-flakes
Make the flakes experimental feature stable
|
2024-07-10 20:35:15 +02:00 |
|
Eelco Dolstra
|
50d7ce6c6a
|
Actually remove the "flakes" experimental feature
To avoid annoying warnings, this is now a "stabilized" feature.
|
2024-07-10 18:47:28 +02:00 |
|
Eelco Dolstra
|
16c8f9016b
|
Remove unneeded --experimental-features
|
2024-07-10 18:47:28 +02:00 |
|
Graham Christensen
|
590920eed2
|
Make the flakes experimental feature stable
|
2024-07-10 16:36:57 +02:00 |
|
Robert Hensing
|
c4e3e2dc27
|
Soft-deprecate the compatibility settings
|
2024-07-10 16:24:31 +02:00 |
|
Robert Hensing
|
d942d505ca
|
Merge remote-tracking branch 'upstream/master' into more-nix-shell
|
2024-07-10 16:19:18 +02:00 |
|
Robert Hensing
|
13522229a9
|
assertEqValues: clarify potential bug error message
|
2024-07-10 16:08:10 +02:00 |
|
Eelco Dolstra
|
7747a501db
|
Merge pull request #27 from DeterminateSystems/gha-release
Create Determinate Nix
|
2024-07-10 13:11:34 +02:00 |
|
Eelco Dolstra
|
142e566adb
|
Merge pull request #11071 from DeterminateSystems/remove-stray-line
Remove reference to check-hydra-status
|
2024-07-09 17:33:39 +02:00 |
|
Eelco Dolstra
|
3a6fd22b4a
|
Fix another version check
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
245dbb7a61
|
Revert "Add plumbing for the DetSys installer flake"
This reverts commit 0f9ea197055eabe5fac3ef93e49ba5552668fa08.
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
361a5783ef
|
Fix version check
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
b68d7396ca
|
Publish to FlakeHub
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
261a2e58fe
|
Add plumbing for the DetSys installer flake
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
def2c29e97
|
Distinguish Determinate Nix in --version output
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
f218f0e93a
|
Try without fetch-depth:0
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
58bc627a6c
|
Fix spellcheck
|
2024-07-09 16:53:02 +02:00 |
|
Eelco Dolstra
|
9b7a320558
|
Use FlakeHub cache
|
2024-07-09 16:53:00 +02:00 |
|
Eelco Dolstra
|
9f41943769
|
flake-regressions.sh: Make the sort order deterministic
|
2024-07-09 16:51:22 +02:00 |
|
Eelco Dolstra
|
257ab726aa
|
Run the flake-regressions test suite
|
2024-07-09 16:51:21 +02:00 |
|
Eelco Dolstra
|
4c788504fa
|
Remove reference to check-hydra-status
|
2024-07-09 16:44:01 +02:00 |
|
Eelco Dolstra
|
39e39aa4e9
|
Merge pull request #28 from DeterminateSystems/sync-with-upstream
Sync with upstream
|
2024-07-09 16:41:32 +02:00 |
|
John Ericson
|
3755493642
|
Merge pull request #11060 from obsidiansystems/meson-nix
Package the Nix CLI with Meson
|
2024-07-09 09:49:03 -04:00 |
|
Robert Hensing
|
d69fcbc9d7
|
Merge pull request #11065 from DeterminateSystems/remove-hydra-status-check
Remove the Hydra status check workflow
|
2024-07-09 10:28:48 +02:00 |
|
John Ericson
|
7a6269ba7b
|
Package the Nix CLI with Meson
Co-Authored-By: Qyriad <qyriad@qyriad.me>
|
2024-07-08 17:49:44 -04:00 |
|