Flakes: Difference between revisions

imported>Siraben
m Update hash of flake-compat
imported>Thequicksort
m Minor typo: ) -> }
Line 154: Line 154:
   };
   };
   # Used by `nix flake init -t <flake>#<attr>`
   # Used by `nix flake init -t <flake>#<attr>`
   templates."<attr>" = { path = "<store-path>"; description = ""; );
   templates."<attr>" = { path = "<store-path>"; description = ""; };
}
}
</syntaxHighlight>
</syntaxHighlight>