NixOS: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 10: Zeile 10:


https://gitea.c3d2.de/C3D2/nix-config
https://gitea.c3d2.de/C3D2/nix-config
Nix flake
<source shell>
nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
# Add to local registry
nix flake show c3d2
# Show contents of c3d2 flake
</source>


=== nix@chat.c3d2.de ===
=== nix@chat.c3d2.de ===
Zeile 21: Zeile 31:


Alles nixbare soll vernixt werden!
Alles nixbare soll vernixt werden!
=== [[nixos:Binary Cache]] im C3D2 ===
==== hq-cache.nix ====
<pre>
{ ... }: {
  nix = {
    binaryCaches = [ "https://nix-serve.hq.c3d2.de" ];
    binaryCachePublicKeys = [ "nix-serve.hq.c3d2.de:FEi9GyFkou1Ua8INaEKmuGaww9E5y3XwrNGNRfKYeLo=" ];
  };
}
</pre>


== Lernen ==
== Lernen ==
Zeile 56: Zeile 53:
* https://media.ccc.de/b/conferences/nixcon
* https://media.ccc.de/b/conferences/nixcon
* https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg
* https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg
; [https://2020.nixcon.org/ NixCon 2020]: 2020-10-16 -18 (online)<!--
* [https://www.youtube.com/playlist?list= YouTube: Channel ''NixCon'': Playlist ''NixCon 2020'']-->


; [https://2019.nixcon.org/ NixCon 2019]: 2019-10-25 -27 Brno
; [https://2019.nixcon.org/ NixCon 2019]: 2019-10-25 -27 Brno
Zeile 81: Zeile 81:


[https://spectrum-os.org/ Spectrum] verwendet Nix
[https://spectrum-os.org/ Spectrum] verwendet Nix
==== Genodepkgs ====
[https://sr.ht/~ehmry/genodepkgs/ Genodepkgs]: Work in progress [[NixOS]] derivative based on the Genode OS framework.
=== Auswüchse ===
==== [[FreeBSD]] ====
* [[freshports:sysutils/nix]]


== Siehe auch ==
== Siehe auch ==

Version vom 22. Februar 2021, 00:10 Uhr

Nix

Nixpkgs

beim C3D2

NixOS modules:

https://gitea.c3d2.de/C3D2/nix-config

Nix flake

nix registry add c3d2 git+https://gitea.c3d2.de/C3D2/nix-config
# Add to local registry

nix flake show c3d2
# Show contents of c3d2 flake


nix@chat.c3d2.de

Verwendung im C3D2

Seit 2017 ist ein Trend zu NixOS zu erkennen! :-D

Alles nixbare soll vernixt werden!

Lernen

Umwelt

Konferenzen

NixCon

NixCon 2020
2020-10-16 -18 (online)
NixCon 2019
2019-10-25 -27 Brno
NixCon 2018
NixCon 2017
NixCon 2015

Ausprägungen

Mobile NixOS

NixOS & Co fürs Mobilgerät (Smartphone): "NixOS, on your phone"

github:NixOS/mobile-nixos

Spectrum

Spectrum verwendet Nix

Genodepkgs

Genodepkgs: Work in progress NixOS derivative based on the Genode OS framework.

Auswüchse

FreeBSD

Siehe auch

Weblinks