Jump to content

Main public logs

Combined display of all available logs of Official NixOS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:07, 21 August 2025 Ardenet talk contribs created page Translations:Flakes/200/zh-cn (Created page with "outputs = { self, nixpkgs}: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; in { devShells.x86_64-linux.default = pkgs.mkShell { buildInputs = with pkgs; [ hello ]; shellHook = '' echo "Welcome to the devShell!" ''; }; }; } </syntaxhighlight>")