~ruther/debugging-channel

ref: b6c94907d7bb541f161151ee85ddff6ca95246c4 debugging-channel/debugging.scm -rw-r--r-- 246 bytes
b6c94907 — Rutherther Update 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env guile

(use-modules
 (debugging-module)
 (guix store)
 (guix gexp))

(display debugging-module-location)
(display debugging-module-filename)

(with-store store
  (run-with-store store
    (gexp->derivation debugging-hello-world)))