ํจํค์ง ๊ด๋ฆฌ๋ฅผ ์ ๋ขฐ์ฑ ์๊ณ , ์ฌํ ๊ฐ๋ฅํ๋ฉฐ, ์ ์ธ์ ์ผ๋ก ๋ง๋๋ ๊ฐ๋ ฅํ ํจํค์ง ๊ด๋ฆฌ์.
nix
๋ ์คํ์ ์ด๋ฉฐ ์คํ์ ๊ธฐ๋ฅ ์ฌ์ฉ์ ํ์ฑํํด์ผ ํฉ๋๋ค. ์์ ์ ์ธ ์ธํฐํ์ด์ค๋ฅผ ์ํ๋ฉดtldr nix classic
์ ์ฐธ์กฐํ์ธ์.build
,develop
,flake
,registry
,profile
,search
,repl
,store
,edit
,why-depends
๋ฑ์ ์ผ๋ถ ํ์ ๋ช ๋ น์๋ ์์ฒด ์ฌ์ฉ ์ค๋ช ์๊ฐ ์์ต๋๋ค. ๋ ๋ง์ ์ ๋ณด: https://nixos.org/manual/nix.
nix
๋ช
๋ น ํ์ฑํ:mkdir -p ~/.config/nix; echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf
nix search nixpkgs {{๊ฒ์์ด}}
nix shell {{nixpkgs#ํจํค์ง1 nixpkgs#ํจํค์ง2 nixpkgs#ํจํค์ง3 ...}}
nix profile install {{nixpkgs#ํจํค์ง1 nixpkgs#ํจํค์ง2 nixpkgs#ํจํค์ง3 ...}}
nix store gc
nix repl
nix help {{ํ์_๋ช
๋ น}}