Axione-FTTH-Test/shell.nix

6 lines
87 B
Nix
Raw Permalink Normal View History

2021-10-17 18:16:29 +02:00
{ pkgs ? import <nixpkgs> {}}:
pkgs.mkShell({
nativeBuildInputs = [pkgs.poetry];
})