aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/hostname.scm
diff options
context:
space:
mode:
authorJohn Soo <jsoo1@asu.edu>2020-01-15 09:52:36 -0800
committerEfraim Flashner <efraim@flashner.co.il>2020-01-21 16:23:52 +0200
commit30b36e524af4459decf84ca0011707082c00ac31 (patch)
tree45094d57729115cb335776bed8e2378da5735ea4 /gnu/installer/hostname.scm
parent39bb7b29d96d24f33c242d53fc574933736c51f0 (diff)
downloadguix-30b36e524af4459decf84ca0011707082c00ac31.tar.gz
guix-30b36e524af4459decf84ca0011707082c00ac31.zip
gnu: Add rust-dirs-2.0.
* gnu/packages/crates-io.scm (rust-dirs-2.0): New variable. (rust-dirs-1.0): Inherit from rust-dirs-2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/installer/hostname.scm')
0 files changed, 0 insertions, 0 deletions
}.f()[0]);
+ }
+ expect: {
+ console.log({
+ f: function() {
+ this.a = 42;
+ return [ this.a, !1 ];
+ }
+ }.f()[0]);
+ }
+ expect_stdout: "42"
+}