config/guix/no-rebuild-channel: Fix first->car and update

master
Pierre Neidhardt 2019-05-18 15:13:45 +02:00
parent 2c3d3f3622
commit 8135631954
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
;; %default-channels to avoid rebuilding Guix on =guix pull=.
(list
(channel
(inherit (first %default-channels))
(inherit (car %default-channels))
;; Get commit from =guix describe -f channels=.
(commit "5069baedb8a902c3b1ea9656c11471658a1de56b"))))
(commit "338defe0cbe156e8416647035403fccf059555e0"))))