chore: fix typo
This commit is contained in:
parent
17924ee1f1
commit
4681e362e9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
/**
|
/**
|
||||||
Entry point of NixOS configuration
|
Entry point of NixOS configuration
|
||||||
|
|
||||||
- Defines external sources and locking their commit, which gives up __purity__.
|
- Defines external sources and locking their commit, which gives us __purity__.
|
||||||
- Declares ready-to-use configurations (e.g. development shells, packages, etc.)
|
- Declares ready-to-use configurations (e.g. development shells, packages, etc.)
|
||||||
|
|
||||||
Essentially, `flake.nix` is like `Cargo.toml` in Rust or `package.json` in Node.js, but for an entire operating system.
|
Essentially, `flake.nix` is like `Cargo.toml` in Rust or `package.json` in Node.js, but for an entire operating system.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue