diff options
| author | EuAndreh <eu@euandre.org> | 2024-08-23 06:30:27 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-08-23 06:30:27 -0300 |
| commit | ed2787d3345972064429610a100dc401b948ef35 (patch) | |
| tree | 42cd2457bbd7b6dd195a12f4c92fbaed2c0d8247 /src/guix | |
| parent | system.scm: Update checksums after updated origin method to git-fetch (diff) | |
| download | asami-ed2787d3345972064429610a100dc401b948ef35.tar.gz asami-ed2787d3345972064429610a100dc401b948ef35.tar.xz | |
system.scm: Remove (method ...) from (go-latest)
Diffstat (limited to 'src/guix')
| -rw-r--r-- | src/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guix/system.scm b/src/guix/system.scm index b765ac1..4d70c6d 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -37,7 +37,6 @@ (source (origin (inherit (package-source pkg)) - (method git-fetch) (uri (git-reference (url |
