Vim/ru: Difference between revisions
Created page with "=== Vim как Python IDE ===" Tags: Mobile edit Mobile web edit |
Created page with "outputs = inputs@{ nixpkgs, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ ./configuration.nix ./hardware-configuration.nix { nix.registry.nixpkgs.flake = nixpkgs; } ]; }; }; } </syntaxHighlight>" Tags: Mobile edit Mobile web edit |
||
| Line 414: | Line 414: | ||
</div> | </div> | ||
outputs = inputs@{ nixpkgs, ... }: { | |||
outputs = inputs@{ nixpkgs, ... }: { | |||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { | nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { | ||
system = "x86_64-linux"; | system = "x86_64-linux"; | ||
| Line 428: | Line 427: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||