A post-modern development environment.
0

Configure Feed

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

burin / shell.nix
336 B 8 lines
1# Flake's devShell for non-flake-enabled nix instances 2let 3 compat = builtins.fetchTarball { 4 url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz"; 5 sha256 = "sha256:1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7"; 6 }; 7in 8 (import compat {src = ./.;}).shellNix.default