Created
August 22, 2019 15:11
-
-
Save exarkun/9ad9ca340c331939c73a8d4f1ef944b2 to your computer and use it in GitHub Desktop.
This file contains 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
[exarkun@baryon:~]$ SSH_AUTH_SOCK= nixops deploy --deployment home -I nixpkgs=https://github.com/nixos/nixpkgs/archive/ec2cacb15ef.tar.gz --include baryon | |
building all machine configurations... | |
baryon..> copying closure... | |
home> closures copied successfully | |
baryon..> activating the configuration... | |
baryon..> setting up /etc... | |
baryon..> reloading user units for root... | |
baryon..> reloading user units for exarkun... | |
baryon..> setting up tmpfiles | |
baryon..> activation finished successfully | |
home> deployment finished successfully | |
[exarkun@baryon:~]$ nix eval '(import <nixpkgs> { }).lib.version' | |
"19.03.172231.7b36963e7a7" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment