assignment: added section on flakes
This commit is contained in:
parent
a0c503896a
commit
e749191a47
2 changed files with 9 additions and 4 deletions
BIN
_git.tar.gz
(Stored with Git LFS)
BIN
_git.tar.gz
(Stored with Git LFS)
Binary file not shown.
|
@ -92,7 +92,11 @@ For more detailed information I recommend these resources.
|
||||||
* [Nix Pills][nix_guide_pills]
|
* [Nix Pills][nix_guide_pills]
|
||||||
|
|
||||||
### Flakes
|
### Flakes
|
||||||
|
A Flake is one of teh best ways of interacting with nix.
|
||||||
|
Despite it having some issues and still being marked as experimental it has become a de-facto standard.
|
||||||
|
This is also the format that we use in Skynet.
|
||||||
|
|
||||||
|
The [Official Wiki Page][nix_flake] will be more informative than what can be shoved into this article.
|
||||||
|
|
||||||
### Nixos
|
### Nixos
|
||||||
|
|
||||||
|
@ -124,3 +128,4 @@ For more detailed information I recommend these resources.
|
||||||
[nix_guide_official]: https://nix.dev/tutorials/first-steps/
|
[nix_guide_official]: https://nix.dev/tutorials/first-steps/
|
||||||
[nix_guide_pills]: https://nixos.org/guides/nix-pills/#
|
[nix_guide_pills]: https://nixos.org/guides/nix-pills/#
|
||||||
[nix_pkgs_sieve]: https://github.com/NixOS/nixpkgs/blob/a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c/pkgs/by-name/si/sieve-editor-gui/package.nix
|
[nix_pkgs_sieve]: https://github.com/NixOS/nixpkgs/blob/a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c/pkgs/by-name/si/sieve-editor-gui/package.nix
|
||||||
|
[nix_flake]: https://wiki.nixos.org/wiki/Flakes
|
Loading…
Reference in a new issue