Compare commits

..

No commits in common. "ef2dba347d25a93706750281f4bbeb99bcbbd5fa" and "d3fc4f944422d2357540377eabc6867dd7a182ed" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"e32e3d0a03dc17c4c54a91aad053c9036998b601") "a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
(branch "master") (branch "master")
(commit (commit
"1d8f477b6d3e497a3b98d68dfcb575c7df50416a") "1ee5d0cc09155e81ce0255b81a212922dad10a17")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://codeberg.org/hako/rosenthal.git") (url "https://codeberg.org/hako/rosenthal.git")
(branch "trunk") (branch "trunk")
(commit (commit
"8ca24e4559bc0b9eb5c736af1e04e600101dc593") "a28767296ff974dd0282f86201f77f1b4e8c8ae9")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"7677db76330121a901604dfbad19077893865f35" "7677db76330121a901604dfbad19077893865f35"

View file

@ -101,7 +101,7 @@
(define-public base-operating-system (define-public base-operating-system
(operating-system (operating-system
(kernel linux) (kernel linux-6.8)
(firmware (list linux-firmware)) (firmware (list linux-firmware))
(locale "en_US.utf8") (locale "en_US.utf8")
(timezone "America/New_York") (timezone "America/New_York")

View file

@ -57,7 +57,7 @@
(package (package
(inherit waybar) (inherit waybar)
(name "waybar-new") (name "waybar-new")
(version "0.10.3") (version "0.10.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -66,7 +66,7 @@
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid")))) (base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
(arguments (arguments
(list (list
#:configure-flags #~(list "--wrap-mode=nodownload" "-Dexperimental=true"))))) #:configure-flags #~(list "--wrap-mode=nodownload" "-Dexperimental=true")))))