(Snow)flakes for fluffy winters.
0
fork

Configure Feed

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

fix(flake): pass inputs to specialArgs

+1 -1
+1 -1
flake.nix
··· 70 70 nixosConfigurations.ryuganhana = nixpkgs.lib.nixosSystem { 71 71 inherit system; 72 72 specialArgs = { 73 - inherit stateVersion pkgs-stable; 73 + inherit stateVersion pkgs-stable inputs; 74 74 }; 75 75 modules = [ 76 76 ./consumers/ryuganhana/configuration.nix