~ruther/guix-cross-shells

guix-cross-shells/scripts/linux-embedded.scm -rw-r--r-- 309 bytes
121e12b3 — Rutherther chore: Make this a channel 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(use-modules
 (guix store)
 (guix packages)
 (guix gexp)
 (gnu packages linux)
 (cross-shells set-search-paths))

;; (with-store %store
;;   (run-with-store %store
;;     (package->cross-derivation
     (make-search-path-package-from-packages
      (list
       linux-libre))
;;      "arm-linux-gnueabihf")))