1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00
Commit graph

2579 commits

Author SHA1 Message Date
Luc Perkins
b62167a014
Update upgrade docs 2025-03-07 14:53:22 -03:00
Luc Perkins
fea4ee8c5e
Merge pull request #9 from DeterminateSystems/nix-channel-deprecated
Move nix-channel under deprecated commands
2025-03-06 17:37:54 +00:00
Luc Perkins
aaf1967faa
Remove default Nix expression links 2025-03-05 17:49:23 -03:00
Luc Perkins
0f04d36c73
Remove default Nix expression doc from summary 2025-03-05 17:45:11 -03:00
Luc Perkins
d67db97abb
Remove channels link 2025-03-05 17:41:24 -03:00
Luc Perkins
1a5c4d49e4
Merge pull request #8 from DeterminateSystems/uninstallation-instructions
Revamp uninstallation docs
2025-03-05 20:38:27 +00:00
Luc Perkins
e2bc5e3774
Remove default Nix expression doc 2025-03-05 17:37:59 -03:00
Luc Perkins
e6a6bcbb73
Move nix-channel under deprecated commands 2025-03-05 17:30:47 -03:00
Luc Perkins
cef7855523
Fix merge conflict 2025-03-05 17:27:03 -03:00
Luc Perkins
39d99ebaa3
Merge pull request #7 from DeterminateSystems/github-links
Update GitHub links
2025-03-05 20:18:16 +00:00
Luc Perkins
4323868244
Remove links to binary doc 2025-03-05 16:55:45 -03:00
Luc Perkins
c451f60cc7
Revamp uninstallation docs 2025-03-05 16:51:55 -03:00
Luc Perkins
6381e06537
Reinstate binary doc 2025-03-05 16:46:46 -03:00
Luc Perkins
e09c7fe22d
Update GitHub links 2025-03-05 16:44:21 -03:00
Luc Perkins
ff691e761b
Delete binary installation doc 2025-03-05 16:39:03 -03:00
Luc Perkins
be9fbb04bb
Remove environment variables doc 2025-03-05 16:35:55 -03:00
Luc Perkins
af23843434
Remove macOS sequoia recommandations 2025-03-05 16:31:18 -03:00
Luc Perkins
4154fe9428
Merge pull request #68 from DeterminateSystems/remove-single-user-follow-up
Consolidate security doc into one
2025-02-25 18:32:22 +00:00
Luc Perkins
feb60c54a9
Fix links again 2025-02-25 15:27:06 -03:00
Luc Perkins
705a7b9fd8
Fix broken links 2025-02-25 15:24:15 -03:00
Luc Perkins
2b7214197e
Consolidate docs 2025-02-25 15:18:25 -03:00
Luc Perkins
bb024f8ae3
Merge pull request #67 from DeterminateSystems/remove-single-user
Remove references to single-user mode
2025-02-25 17:59:27 +00:00
Luc Perkins
daa7f274f5
Restore the Nix security doc 2025-02-25 14:56:05 -03:00
Luc Perkins
4248d5c9a2
Restore section about non-root Nix in Docker 2025-02-25 14:51:05 -03:00
Luc Perkins
d0b6f2f26f
Remove one more reference to single-user mode 2025-02-25 14:40:53 -03:00
Luc Perkins
ff8da340ae
Remove references to single-user mode 2025-02-25 14:33:57 -03:00
Eelco Dolstra
94347f4622 nix -> determinate-nix 2025-02-24 23:28:09 +01:00
Eelco Dolstra
6749d26dbb Merge remote-tracking branch 'origin/2.26-maintenance' into detsys-main 2025-02-24 22:41:22 +01:00
Luc Perkins
a1e18867dc
Merge pull request #58 from DeterminateSystems/detsys-logo
Use DetSys logo
2025-02-21 19:45:48 +00:00
Luc Perkins
6b8a751498
Make image smaller 2025-02-21 14:26:12 -05:00
Luc Perkins
8bf0408d3c
Use DetSys logo 2025-02-21 14:20:35 -05:00
Eelco Dolstra
f7aaa31978 Tweak title 2025-02-21 19:23:03 +01:00
Eelco Dolstra
a1d27ff6d2 Include Determinate Nix version number in the manual 2025-02-21 19:20:23 +01:00
Eelco Dolstra
69553dfc36 Mark the nix CLI as *the* interface in the manual, deprecate nix-* 2025-02-21 19:20:23 +01:00
Luc Perkins
d6bd787e5e
s/releases notes/release notes 2025-02-21 12:45:39 -05:00
Luc Perkins
e77d1a760e
Fix release notes version list 2025-02-21 12:38:05 -05:00
Luc Perkins
2f70d15f7f
Use /latest URL rather than version specific 2025-02-21 12:36:08 -05:00
Luc Perkins
8caa66b492
Fix merge conflict in template 2025-02-21 12:35:09 -05:00
Luc Perkins
2f64b0ff10
Provide external link instead of internal release notes link 2025-02-21 12:30:42 -05:00
Luc Perkins
b9e654819a
Include only 2.26 in the sidebar release notes 2025-02-21 12:26:28 -05:00
Eelco Dolstra
237c9bda79 Add release notes for 1.0.0 2025-02-21 13:27:21 +01:00
Eelco Dolstra
3f59f80e6c Fix location of release-notes-determinate 2025-02-21 13:07:37 +01:00
MaxHearnden
cd149b56c7 Set FD_CLOEXEC on sockets created by curl
Curl creates sockets without setting FD_CLOEXEC/SOCK_CLOEXEC, this can
cause connections to remain open forever when using commands like `nix
shell`

This change sets the FD_CLOEXEC flag using a CURLOPT_SOCKOPTFUNCTION
callback.

(cherry picked from commit 12d2527276)
2025-02-19 19:47:45 +00:00
Eelco Dolstra
4055239936 Tagging release 2.26.2
-----BEGIN PGP SIGNATURE-----
 
 iQFHBAABCAAxFiEEtUHVUwEnDgvPFcpdgXC0cm1xmN4FAmetA5oTHGVkb2xzdHJh
 QGdtYWlsLmNvbQAKCRCBcLRybXGY3g2pB/9JAFyjmaXuccbMTO/6x9qwsWuuXNLk
 OQWzfbdUekvsihZZSFZg1r7KqqXHCi64f0nxLPsJ/0oeDWZktJ5KnbV630nuUlDj
 ulLCpKdvhWFa8dVx9LiziGwQw4KLx8PjOfwThtQ4DqCWxWEmu6lKkijag9cE+ai4
 3mw9YtUjBRxlXyhYLzWz3whLbv37c/m+R8iGS8xm8W260pmei6D0beOIPdfXYBQF
 PzPlPORyI08A06uqyA3z7bTxzmSMnzvu0QInCPCKSHzFUnTZPHUYuYStFl28NrZS
 fXKK59L0G7QEfdTRAmqQkdHdtPj2RlYFiMN0kQiNLflvKfGGWdi/kvdx
 =rRix
 -----END PGP SIGNATURE-----

Merge tag '2.26.2' into sync-2.26.2

Tagging release 2.26.2
2025-02-18 19:57:51 +01:00
Robert Hensing
32aed360b8 Format .nix files
This does not include any automation for the release branch, but
is based on the configuration of https://github.com/NixOS/nix/pull/12349

    pre-commit run -a nixfmt-rfc-style
2025-01-24 20:40:21 +01:00
Eelco Dolstra
21f2e29176 Add release credits 2025-01-22 12:01:00 +01:00
Eelco Dolstra
617bf84518 Add a few more release notes 2025-01-22 11:55:20 +01:00
Eelco Dolstra
d8dbb71c92 release notes: 2.26.0 2025-01-22 11:45:04 +01:00
Ilja Kotirinta
c59aa3ec87 Remove character not needed for a command 2025-01-20 14:03:29 +02:00
Eelco Dolstra
17b6557c03
Merge pull request #12275 from andrewhamon/ah/set-priority-nix-env-install
nix-env: add a --priority flag to --install
2025-01-16 22:04:35 +01:00