Last active
October 3, 2020 09:01
-
-
Save sergeykish/d343d3205cb6d19992d6f383f7a9713e to your computer and use it in GitHub Desktop.
nix on arch, fmit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # following https://wiki.archlinux.org/index.php/Nix | |
$ # hello works | |
$ nix-env -iA nixpkgs.fmit | |
... | |
building '/nix/store/l8dcfc0baypl07dmdvgl38wkxcccr7bh-user-environment.drv'... | |
created 15 symlinks in user environment | |
$ fmit | |
bash: fmit: command not found | |
$ echo $PATH | |
/home/sergeykish/.nix-profile/bin:/opt/google-cloud-sdk/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/opt/plan9/bin | |
$ ls .nix-profile/ | |
15-edo.scl 19-edo.scl bohlen-p_et.scl fmit.appdata.xml fmit.svg meanquar.scl | |
16-edo.scl 22-edo.scl 'Carlos Beta.scl' fmit.desktop fmit-symbolic.svg | |
17-edo.scl 'Bernhard Stopper OnlyPure tuning.scl' fmit fmit.png manifest.nix | |
$ file .nix-profile/fmit | |
.nix-profile/fmit: symbolic link to /nix/store/g19psb7ny0msk7wbqdic83mgy0nr95ar-fmit-1.2.14/fmit | |
$ .nix-profile/fmit | |
Free Music Instrument Tuner (Version 1.2.6) | |
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" | |
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. | |
Aborted (core dumped) |
Author
sergeykish
commented
Oct 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment