зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
14 строки
308 B
Plaintext
14 строки
308 B
Plaintext
nix develop nixpkgs#hello
|
|
inside the shell, you can call:
|
|
- unpackPhase
|
|
- configurePhase
|
|
- buildPhase
|
|
|
|
{...
|
|
devShell.x86_64-linux =
|
|
pkgs.mkShell { buildInputs = [ self.packages.x86_64-linux.hello pkgs.cowsay ]; };
|
|
}
|
|
|
|
2021
|
|
https://serokell.io/blog/practical-nix-flakes
|