Jump to content

Sandbox: Difference between revisions

From NixOS Wiki
imported>Fadenb
m irc bot test: The bot is alive - and no longer redirected as unregistered user ;)
Pigs (talk | contribs)
m Add category contributions
 
(44 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Sandbox ==
{{DISPLAYTITLE:The amazing SANDBOX!}}== Sandbox ==
=== What is a sandbox? ===
=== What is a sandbox? ===
The sandbox page in this wiki is intended to test thing and toy around with syntax and features.
The sandbox page in this wiki is intended to test things and toy around with syntax and features.
Do not expect your content to stay here very long as any registered user can overwrite it at any time.
Do not expect your content to stay here very long as any registered user can overwrite it at any time.


Please keep this header intact and do all you testing below :)
Please keep this header intact and do all your testing below :)
 
[[Category:Contributions]]
 
 
<hr />
<hr />


<!--
<!--
Cleaned up last 2018-07-14
Cleaned up last 2023-09-09--><syntaxHighlight lang=shell>
-->
ls -al ${date}
test4
</syntaxHighlight>
 
<syntaxHighlight lang=nix>
{ config, lib, pkgs, ... }:
{
  imports = [
    ./hardware-configuration.nix
    # We rely on `nixos-hardware` to deal with HW quirks. This requires the `nixos-hardware` channel to be configured.
</syntaxHighlight>put sand in the box today. Retrieve it in years of scarcity

Latest revision as of 18:23, 18 May 2025

Sandbox

What is a sandbox?

The sandbox page in this wiki is intended to test things and toy around with syntax and features. Do not expect your content to stay here very long as any registered user can overwrite it at any time.

Please keep this header intact and do all your testing below :)



ls -al ${date}
{ config, lib, pkgs, ... }:
{
  imports = [
    ./hardware-configuration.nix
    # We rely on `nixos-hardware` to deal with HW quirks. This requires the `nixos-hardware` channel to be configured.

put sand in the box today. Retrieve it in years of scarcity