~ruther/guix-cross-shells

ref: ebe06709e06e1e1b1279c3c099a42ef327210a59 guix-cross-shells/scripts/linux-embedded.scm -rw-r--r-- 309 bytes
ebe06709 — Rutherther Initial commit 5 months 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")))