(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(wired): build error

- changed "nix" package to stable

- use .envrc again for nix-enraged. :)

74k1 c6824b3e 8525c291

+5 -3
+1 -1
.envrc
··· 1 - # use flake 1 + use flake
+2
hosts/nixos/wired/home.nix
··· 156 156 qbittorrent 157 157 spotify 158 158 spotify-tray 159 + tidal-hifi 160 + tidal-dl 159 161 # pkgs.master.spotify-player 160 162 feishin 161 163 # spotify-player
+2 -2
modules/nixos/nix/default.nix
··· 1 1 { inputs, config, lib, pkgs, ... }: 2 2 { 3 3 nix = { 4 - package = inputs.rix101.packages.${pkgs.hostPlatform.system}.nix-enraged; 5 - # package = pkgs.nixVersions.stable; 4 + # package = inputs.rix101.packages.${pkgs.hostPlatform.system}.nix-enraged; 5 + package = pkgs.nixVersions.stable; 6 6 7 7 # Enable flakes, the new `nix` commands and better support for flakes in it 8 8 extraOptions = ''