citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

shell.nix (98B)


      1 { pkgs ? import <nixpkgs> {} }:
      2 with pkgs;
      3 mkShell {
      4   buildInputs = with python3Packages; [ ];
      5 }