From 4681e362e97474143e08a283bb2578933d6d29f0 Mon Sep 17 00:00:00 2001 From: Sk7Str1p3 Date: Wed, 15 Apr 2026 18:51:50 +0300 Subject: [PATCH] chore: fix typo --- flake/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake/default.nix b/flake/default.nix index ecde453..0b00a2a 100644 --- a/flake/default.nix +++ b/flake/default.nix @@ -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.