From e2fd0cabdfcbfa83f5949d8b6b487caea4430059 Mon Sep 17 00:00:00 2001 From: srid Date: Thu, 7 Dec 2023 03:06:17 +0000 Subject: [PATCH] deploy: f707c730f073f21e15ebf1dd3bc3d67a83ad3e7b --- -/all.html | 41 +- -/export.json | 2 +- -/stork.st | Bin 367405 -> 373129 bytes -/tags.html | 2 +- -/tasks.html | 2 +- en.html | 2 +- en/blog.html | 2 +- en/blog/nix-rapid.html | 2 +- en/blog/nixify-haskell-project-intro.html | 2 +- en/dev.html | 2 +- en/direnv.html | 2 +- en/drv.html | 2 +- en/flake-parts.html | 47 +- en/flakes.html | 19 +- en/gotchas.html | 2 +- en/gotchas/macos-upgrade.html | 2 +- en/gotchas/new-file.html | 2 +- en/gotchas/sqlite-corruption.html | 2 +- en/haskell.html | 2 +- en/home-manager.html | 2 +- en/install.html | 2 +- en/macos.html | 2 +- en/modules.html | 507 ++++++++++++++++++++++ en/nix.html | 23 +- en/nixos.html | 19 +- en/nixpkgs.html | 36 +- en/repl.html | 2 +- en/tips.html | 2 +- en/tips/remote-cp.html | 2 +- en/treefmt.html | 28 +- index.html | 2 +- 31 files changed, 728 insertions(+), 36 deletions(-) create mode 100644 en/modules.html diff --git a/-/all.html b/-/all.html index 7ca82dd1..9a5f285b 100644 --- a/-/all.html +++ b/-/all.html @@ -30,7 +30,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + +
+
+

+ + Module System + +

+
+ + +

+ The nixpkgs library provides a module system for Nix expressions. See https://nixos.wiki/wiki/NixOS_modules for a detailed explanation. +

+

NixOS

+

+ NixOS makes use of the module system to provide various functionality including services and programs. See https://search.nixos.org/options for a list of all available options. +

+

Flakes

+

+ This module system is not natively supported in Flakes. However, flakes can define and use modules using flake-parts. +

+ + + + + + +
+
+ + + + + + + + + +
+
+
+
+ + +
+
Links to this page
+ +
+ +
+ +
+ +
+ + +
+
+
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/en/nix.html b/en/nix.html index 05725b66..f821fc11 100644 --- a/en/nix.html +++ b/en/nix.html @@ -34,7 +34,7 @@ - +