My Nix Configuration
2
fork

Configure Feed

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

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