chore: fix typo

This commit is contained in:
Sk7Str1p3 2026-04-15 18:51:50 +03:00
parent 17924ee1f1
commit 4681e362e9
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B

View file

@ -3,7 +3,7 @@
/**
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.)
Essentially, `flake.nix` is like `Cargo.toml` in Rust or `package.json` in Node.js, but for an entire operating system.