diff options
| author | John Bargman | 2026-04-15 08:23:09 +0000 |
|---|---|---|
| committer | John Bargman | 2026-04-15 08:23:09 +0000 |
| commit | db6b79edbfca3ab7049af2492acd567b099559f5 (patch) | |
| tree | f54df4a8af70b057032e5af882bd6d1e6be87bf2 /docs/archive/organized/install | |
| parent | 4f877207787edd592687f338772d95c9ec2c7038 (diff) | |
| download | nixtaml-website-main.tar nixtaml-website-main.tar.gz nixtaml-website-main.tar.bz2 nixtaml-website-main.tar.lz nixtaml-website-main.tar.xz nixtaml-website-main.tar.zst nixtaml-website-main.zip | |
agentic ai; is so; fucking cool; omgmain
Diffstat (limited to 'docs/archive/organized/install')
| -rw-r--r-- | docs/archive/organized/install/install.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/archive/organized/install/install.md b/docs/archive/organized/install/install.md new file mode 100644 index 0000000..7ab51d2 --- /dev/null +++ b/docs/archive/organized/install/install.md @@ -0,0 +1,19 @@ +# Install | Nixtamal + +âââ»+â» â±ââ³âââââ³ââââ» + +ââââââââ¹ââ¹â£â«ââââ£â«â + +â¹âââ¹â± â¹ â¹ â¹â¹â¹ â¹â¹â¹ââ Home Install Manpage Changelog Roadmap Cookbook Real-world showcase Community FAQs Funding Install Table of Contents From Nix + Nixpkgs From source Add overlay For development & sending patches using pre-release @ next Using pre-release in manifest.kdl From Nix + Nixpkgs If on NixOS unstable, you can run (but be wary of version ): Since the merge isnât propogated to a biannual NixOS release, this technically means if you have extra-experimental-features = nix-command flakes , you could try nix run github:NixOS/nixpkgs?ref=nixos-unstable#nixtamal for now. + +Alternatively, if wanting to trial run one of the open pull requests, you can use nix-run https://github.com/toastal/nixpkgs/archive/refs/heads/nixtamal-${VERSION}.zip -A nixtamal . From source If you donât have Darcs installed, you can use from Nixpkgs such as After/else clone from one of the mirrors Then change directory to the project & set up Now build! You can optionally install as Nix profile Add overlay With access to nixtamal (even if from nixtamal/result/bin ), you can now bootstrap yourself to add the overlay to a system configuration With the manifest.kdl open inputs { nixtamal { darcs { repository "https://darcs.toastal.in.th/nixtamal/stable" mirrors "https://smeder.ee/~toastal/nixtamal.darcs" } fresh-cmd { $ curl -sL "https://darcs.toastal.in.th/nixtamal/stable/_darcs/weak_hash" } } } Which can can now be used for adding the overlay let # imports the lockfile thru default.nix shim inputs = import .nix/tamal { }; pkgs = import inputs . nixpkgs { overlays = [ # apply our Nixtamal overlay to Nixpkgs ( import " ${ inputs . nixtamal } /nix/overlay" ) # Nixtamal binary will be at pkgs.nixtamal.nixtamal ]; }; in pkgs . nixtamal For development & sending patches using pre-release @ next Using pre-release in manifest.kdl inputs { nixpkgs { // ⦠} nixtamal { darcs { // next isnât mirrored repository "https://darcs.toastal.in.th/nixtamal/next/" } fresh-cmd { $ curl -sL "https://darcs.toastal.in.th/nixtamal/next/_darcs/weak_hash" } } } Site made with Nix ( dep management), Nickel ( config ), Soupault ( SSG ), Docutils ( rST rendering), mandoc (manpage conversion), & sugilite256 (color scheme). © 2025â2026 toastal . + +© 2026 Nixtamal contributors. + +Some rights reserved. + +Except where otherwise noted, the content on this website is licensed under CC-BY-SA-4.0 . + +Citations must attribute the workâs writer/maker & include a hyperlink to this website (or rather the work itself). + +Yes, these rules/clauses apply to LLM s & AI assistants too. |
