| 15 Apr 2022 |
artturin | github issue search is not the best :/ | 20:39:01 |
@ulrikstrid:matrix.org | Now the question is... why can't I downgrade my server? 😂 | 20:40:19 |
artturin | i don't know, i can't see your screen | 20:43:53 |
artturin | thse are the nix versions available ``` nix-repl> nixVersions. nixVersions.unfix nixVersions.override nixVersions.extend nixVersions.overrideDerivation nixVersions.nix_2_3 nixVersions.recurseForDerivations nixVersions.nix_2_4 nixVersions.stable nixVersions.nix_2_5 nixVersions.unstable nixVersions.nix_2_6 nixVersions.nix_2_7
| 20:44:25 |
@ulrikstrid:matrix.org | Yeah, sorry, probably more of a rethorical question... I have this:
nix = {
package = pkgs.nix;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
| 20:44:34 |
artturin | * thse are the nix versions available
nix-repl> nixVersions.
nixVersions.**unfix** nixVersions.override
nixVersions.extend nixVersions.overrideDerivation
nixVersions.nix\_2\_3 nixVersions.recurseForDerivations
nixVersions.nix\_2\_4 nixVersions.stable
nixVersions.nix\_2\_5 nixVersions.unstable
nixVersions.nix\_2\_6
nixVersions.nix\_2\_7
| 20:44:39 |
@ulrikstrid:matrix.org | And I apply it via my flake (which works for everything else) with a switch | 20:44:52 |
@ulrikstrid:matrix.org | But when I ssh in to the server and run nix --version it still tells me 2.8.... | 20:45:15 |
artturin | pkgs.nix is 2.7.0 | 20:45:34 |
artturin | on unstable at least | 20:46:02 |
@ulrikstrid:matrix.org | I'm on unstable. but it should still be 2.7.0 | 20:46:04 |
artturin | forgot you we're trying to go back from 2.8 | 20:46:37 |
artturin | * forgot you were trying to go back from 2.8 | 20:46:42 |
artturin | restart the nix daemon | 20:46:49 |
artturin | sudo systemctl restart nix-daemon.service | 20:47:01 |
@ulrikstrid:matrix.org | Trying a full reboot | 20:48:52 |
@ulrikstrid:matrix.org | Not even that helped | 20:49:38 |
artturin | Ulrik Strid: nix doctor | 20:56:13 |
artturin | * Ulrik Strid: nix doctor -vvvv | 20:56:17 |