<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3AFlakes%2F214%2Fzh</id>
	<title>Translations:Flakes/214/zh - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Translations%3AFlakes%2F214%2Fzh"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Flakes/214/zh&amp;action=history"/>
	<updated>2026-04-09T09:10:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Translations:Flakes/214/zh&amp;diff=25689&amp;oldid=prev</id>
		<title>Weijia: Created page with &quot;outputs = { self, nixpkgs }: let     systems = [ &quot;x86_64-linux&quot; &quot;aarch64-linux&quot; ];     forAllSystems = f: builtins.listToAttrs (map (system: {       name = system;       value = f system;     }) systems);   in {     packages = forAllSystems (system: let       pkgs = nixpkgs.legacyPackages.${system};     in {       hello = pkgs.hello;       default = pkgs.hello;     });   }; } &lt;/syntaxhighlight&gt;&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Translations:Flakes/214/zh&amp;diff=25689&amp;oldid=prev"/>
		<updated>2025-08-28T19:30:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;outputs = { self, nixpkgs }: let     systems = [ &amp;quot;x86_64-linux&amp;quot; &amp;quot;aarch64-linux&amp;quot; ];     forAllSystems = f: builtins.listToAttrs (map (system: {       name = system;       value = f system;     }) systems);   in {     packages = forAllSystems (system: let       pkgs = nixpkgs.legacyPackages.${system};     in {       hello = pkgs.hello;       default = pkgs.hello;     });   }; } &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;outputs = { self, nixpkgs }: let&lt;br /&gt;
    systems = [ &amp;quot;x86_64-linux&amp;quot; &amp;quot;aarch64-linux&amp;quot; ];&lt;br /&gt;
    forAllSystems = f: builtins.listToAttrs (map (system: {&lt;br /&gt;
      name = system;&lt;br /&gt;
      value = f system;&lt;br /&gt;
    }) systems);&lt;br /&gt;
  in {&lt;br /&gt;
    packages = forAllSystems (system: let&lt;br /&gt;
      pkgs = nixpkgs.legacyPackages.${system};&lt;br /&gt;
    in {&lt;br /&gt;
      hello = pkgs.hello;&lt;br /&gt;
      default = pkgs.hello;&lt;br /&gt;
    });&lt;br /&gt;
  };&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Weijia</name></author>
	</entry>
</feed>