ChanServ changed the topic of #nixus to: Nixus is an experimental deployment tool for NixOS systems - https://github.com/Infinisil/nixus - https://logs.nix.samueldr.com/nixus/
manveru_ has joined #nixus
manveru has quit [Ping timeout: 256 seconds]
manveru_ is now known as manveru
cole-h has quit [Ping timeout: 272 seconds]
bqv has quit [Ping timeout: 272 seconds]
bqv has joined #nixus
cole-h has joined #nixus
<veleiro> I'm having such a strange issue with nixus deployment
<veleiro> i have element-web in my packages
<veleiro> and 'nix-build deploy/default.nix' is a success and builds /nix/store/98arczr3mfladkcbxrzcxa9c4rprpf6g-element-web-1.7.14
<veleiro> ./result says its successful
<veleiro> but when i login to the server, /nix/store/98arczr3mfladkcbxrzcxa9c4rprpf6g-element-web-1.7.14 does not match the build machine's /nix/store/98arczr3mfladkcbxrzcxa9c4rprpf6g-element-web-1.7.14
<veleiro> as a matter of fact the deployed one is completely missing everything except one directory
<infinisil> veleiro: Not a nixus issue, but a Nix one in general. Underneath nixus just uses nix-copy-closure to copy paths over
<veleiro> so what do you think is happening?
<veleiro> i'm not familiar with nix-copy-closure
<infinisil> No idea, but better ask in #nixos :)
<veleiro> ok thanks
<veleiro> must've been an interrupted copy
<veleiro> bad connection here