Forked from cleverca22/gist:aa709a64b1c9b46dda42f123f86e08c5
Created
October 14, 2016 07:56
-
-
Save djvdorp/0758cac4032a85285825fa9cb784d389 to your computer and use it in GitHub Desktop.
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
[clever@amd-nixos:~/apps/nixpkgs]$ git remote -v | |
channels [email protected]:NixOS/nixpkgs-channels.git (fetch) | |
channels [email protected]:NixOS/nixpkgs-channels.git (push) | |
origin [email protected]:NixOS/nixpkgs.git (fetch) | |
origin [email protected]:NixOS/nixpkgs.git (push) | |
[clever@amd-nixos:~/apps/nixpkgs]$ git fetch channels | |
8512747..adfcc2d nixos-unstable -> channels/nixos-unstable | |
[clever@amd-nixos:~/apps/nixpkgs]$ git checkout channels/nixos-unstable | |
M nixos/lib/make-squashfs.nix | |
M pkgs/top-level/platforms.nix | |
HEAD is now at adfcc2d... Merge pull request #18906 from aneeshusa/update-salt-to-2016.3.3 | |
[clever@amd-nixos:~/apps/nixpkgs]$ nix-repl default.nix | |
nix-repl> :b enableDebugging sakura | |
this derivation produced the following outputs: | |
out -> /nix/store/bi4zvs8jpydlz5mrsp2q8r5pnj9fp8yw-sakura-3.3.4 | |
nix-repl> :q | |
[clever@amd-nixos:~/apps/nixpkgs]$ gdb /nix/store/bi4zvs8jpydlz5mrsp2q8r5pnj9fp8yw-sakura-3.3.4/bin/sakura | |
(gdb) run | |
[Inferior 1 (process 9738) exited normally] | |
(gdb) quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment