config-perso/shell.nix

10 lines
142 B
Nix

let
sources = import ./npins;
pkgs = import sources.nixpkgs { };
in
pkgs.mkShell {
packages = with pkgs; [
npins
colmena
];
}