My Nix Configuration
2
fork

Configure Feed

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

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