From 93f3c6bfdaf3e0a9a04d5e219cfd6a7d3a763233 Mon Sep 17 00:00:00 2001 From: Sukant Hajra Date: Wed, 11 Dec 2024 17:58:17 -0600 Subject: [PATCH] Update dependencies and documentation --- doc/nix-introduction.md | 2 +- doc/nix-introduction.org | 2 +- flake.lock | 24 ++++++++++++------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/nix-introduction.md b/doc/nix-introduction.md index f48c69b..98c6ee4 100644 --- a/doc/nix-introduction.md +++ b/doc/nix-introduction.md @@ -68,7 +68,7 @@ Nix addresses all the problems discussed above. To build or install any project, we should be able to start with only the Nix package manager installed. No other library or system dependency should be required to be installed or configured. -Even if we have a library or system dependency installed, it shouldn't interfere with any build or installation we want to do. Nix builds and installs in its own directories. +Even if we have a library or system dependency installed, it shouldn't interfere with any build or installation we want to do. Nix builds and installs in its own meticulously sandboxed and controlled directories. Our build should get everything we need, all the way down to the system-level dependencies, irrespective of which programming language the dependencies have been authored in. If anything has been pre-built, we should download a cached result. diff --git a/doc/nix-introduction.org b/doc/nix-introduction.org index ee562fd..046efe8 100644 --- a/doc/nix-introduction.org +++ b/doc/nix-introduction.org @@ -101,7 +101,7 @@ required to be installed or configured. Even if we have a library or system dependency installed, it shouldn't interfere with any build or installation we want to do. Nix builds and installs in its own -directories. +meticulously sandboxed and controlled directories. Our build should get everything we need, all the way down to the system-level dependencies, irrespective of which programming language the dependencies have diff --git a/flake.lock b/flake.lock index f66a72a..933c4fd 100644 --- a/flake.lock +++ b/flake.lock @@ -46,11 +46,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1733862875, - "narHash": "sha256-UVKKGsfXYQVqKB8Yq8x4joju9lpDD95NZFYP8fImZt0=", + "lastModified": 1733977386, + "narHash": "sha256-euGUlu9WBeHGHDNXIeD75ZCRU0Svjg5zT+rws2DCvow=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f425ed85dc5cac064a55718b81812935062f3db9", + "rev": "5731d41e47a19e9b048a54d3f2fffdc534fac24a", "type": "github" }, "original": { @@ -62,11 +62,11 @@ }, "nixpkgs-stable-darwin": { "locked": { - "lastModified": 1733693873, - "narHash": "sha256-WQHUGmsaZnizDwGAGlt3KNottVHj4E8HKzxseULqrzo=", + "lastModified": 1733874782, + "narHash": "sha256-U1iCUaFCDJepmQuauoo408q8ZzVqAoxZx+T4f7+CBPU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4dbea6e2d4bfa443e7d7329ac81532626fc78c8d", + "rev": "df99c810dcdac631c3326a3e73c03bdd535b4eed", "type": "github" }, "original": { @@ -78,11 +78,11 @@ }, "nixpkgs-stable-linux": { "locked": { - "lastModified": 1733550349, - "narHash": "sha256-NcGumB4Lr6KSDq+nIqXtNA8QwAQKDSZT7N9OTGWbTrs=", + "lastModified": 1733808091, + "narHash": "sha256-KWwINTQelKOoQgrXftxoqxmKFZb9pLVfnRvK270nkVk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e2605d0744c2417b09f8bf850dfca42fcf537d34", + "rev": "a0f3e10d94359665dba45b71b4227b0aeb851f8e", "type": "github" }, "original": { @@ -94,11 +94,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1733686850, - "narHash": "sha256-NQEO/nZWWGTGlkBWtCs/1iF1yl2lmQ1oY/8YZrumn3I=", + "lastModified": 1733749988, + "narHash": "sha256-+5qdtgXceqhK5ZR1YbP1fAUsweBIrhL38726oIEAtDs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "dd51f52372a20a93c219e8216fe528a648ffcbf4", + "rev": "bc27f0fde01ce4e1bfec1ab122d72b7380278e68", "type": "github" }, "original": {