My Nix Configuration
2
fork

Configure Feed

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

at 8ef2f709ade7c008455f8456f3ffafdb46694c33 9 lines 132 B view raw
1_: { 2 perSystem = 3 { pkgs, ... }: 4 { 5 devShells = { 6 default = pkgs.callPackage ./default { }; 7 }; 8 }; 9}