mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
scripts/pluginupdate: fix fetchgit indentation
This commit is contained in:
parent
5271b56941
commit
d8426de146
1 changed files with 4 additions and 4 deletions
|
@ -142,10 +142,10 @@ class Repo:
|
|||
|
||||
def as_nix(self, plugin: "Plugin") -> str:
|
||||
return f'''fetchgit {{
|
||||
url = "{self.uri}";
|
||||
rev = "{plugin.commit}";
|
||||
sha256 = "{plugin.sha256}";
|
||||
}}'''
|
||||
url = "{self.uri}";
|
||||
rev = "{plugin.commit}";
|
||||
sha256 = "{plugin.sha256}";
|
||||
}}'''
|
||||
|
||||
|
||||
class RepoGitHub(Repo):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue