Skip to content

Commit

Permalink
Fix nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Jul 14, 2024
1 parent 2d63c8f commit 939de44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guix/rustup/build/toolchain.scm
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@
channel-str))
(define _channel-name (channel->name channel))

(define _channel-date (cadr _data))
(define version (cond ((equal? _channel-name "nightly")
(format #f "~a-~a" (car _data) _channel-date))
(else
(car _data))))
(define _channel-date (cadr _data))
(define hashed-binaries (cddr _data))
(define available-components (map car hashed-binaries))
(define (component-available? component)
Expand Down

0 comments on commit 939de44

Please sign in to comment.