Personal NixOS flake

feat: add cachix for walker

+6
+6
base-system.nix
··· 111 111 nix = { 112 112 settings = { 113 113 experimental-features = ["nix-command" "flakes"]; 114 + substituters = [ 115 + "https://walker.cachix.org" 116 + ]; 117 + trusted-public-keys = [ 118 + "walker.cachix.org-1:fG8q+uAaMqhsMxWjwvk0IMb4mFPFLqHjuvfwQxE4oJM=" 119 + ]; 114 120 }; 115 121 }; 116 122