Replies: 8 comments 8 replies
-
Please elaborate further. This link only points to a shell script. |
Beta Was this translation helpful? Give feedback.
-
Tried the
only then realizing it is two different things and I still wouln't know how to get that nix-on-droid-path thing transferred from old manifest to profile-manifest (as in nix profile not nix-env). Would that be |
Beta Was this translation helpful? Give feedback.
-
To illustrate the error I got with nix-profile-installed derivations it read:
Reason, why the original setup.sh wouldn't work anymore as soon as I started using |
Beta Was this translation helpful? Give feedback.
-
manifest[.nix] before 1 2 3 4 /n/v/n/p/p/n/profile-5-link bin/ 1/9 1970-01-01 01:00 lr-xr-xr-x 65B ->/n |
Beta Was this translation helpful? Give feedback.
-
manifest[.json] after 1 2 3 4 /n/v/n/p/p/n/profile-6-link bin/ 1/9 1970-01-01 01:00 dr-xr-xr-x 12K |
Beta Was this translation helpful? Give feedback.
-
[ { meta = { }; name = "nix-on-droid-pat
h"; out = { outPath = "/nix/store/jag6xa
zfq1x6nnqx1wa0ivyl8w671hnj-nix-on-droid-
path"; }; outPath = "/nix/store/jag6xazf
q1x6nnqx1wa0ivyl8w671hnj-nix-on-droid-pa
th"; outputs = [ "out" ]; type = "deriva
tion"; } ]
~
~
~
~
~
~
~
~
~
~
manifest.nix [RO] 1,1 All {"elements":[{"active":true,"priority":5
,"storePaths":["/nix/store/jag6xazfq1x6n
nqx1wa0ivyl8w671hnj-nix-on-droid-path"]}
,{"active":true,"attrPath":"packages.aar
ch64-linux.nix-on-droid","originalUrl":"
github:nix-community/nix-on-droid","outp
uts":null,"priority":6,"storePaths":["/n
ix/store/vaxb3v86g5v6qsw8gc94p49c9gkqv87
w-nix-on-droid"],"url":"github:nix-commu
nity/nix-on-droid/039379abeee67144d4094d
80bbdaf183fb2eabe5"}],"version":2}
~
~
~
~
~
~
manifest.json [RO] 1,1 All |
Beta Was this translation helpful? Give feedback.
-
Ok, A And also now I see that setup.sh does nothing anyway in the line cited further up, at least on nix-on-droid it doesn't. So the question that remained would rather be: What is equivalent to Answered that I could well replace the by then offending line in setup.sh when eventually switching to |
Beta Was this translation helpful? Give feedback.
-
There seems to be no equivalent to |
Beta Was this translation helpful? Give feedback.
-
Then I could i. e. use
nix profile
commands instead ofnix-env
.See here as a reference: https://github.com/Gerschtli/nix-config/blob/6b44f1c/files/apps/setup.sh
Beta Was this translation helpful? Give feedback.
All reactions