Sandbox: Difference between revisions

From NixOS Wiki
imported>Fadenb
mNo edit summary
imported>Fadenb
m testing syntaxHighlight after migration
Line 17: Line 17:
Upload test...
Upload test...
[[File:Testfile.png|thumb|Screenshot used to test upload functionality]]
[[File:Testfile.png|thumb|Screenshot used to test upload functionality]]
<syntaxHighlight lang=shell>
ls -al ${date}
</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>

Revision as of 09:33, 22 February 2024

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 :)


https://nixos.wiki/images/wikidump.xml.gz <-- this is currently stale/unavailable. Waiting to see whether the automation is working on the new host.

Test-1 Test-2 Test-3

Upload test...

Screenshot used to test upload functionality


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.