[Git][root/cli/netboxadm][main] chore: remove shell.nix

Theo pushed to branch main at Root / CLI / Netboxadm Commits: 55f95ceb by Theo at 2025-08-04T09:55:30-03:00 chore: remove shell.nix - - - - - 1 changed file: - − shell.nix Changes: ===================================== shell.nix deleted ===================================== @@ -1,16 +0,0 @@ -{ pkgs ? import <nixpkgs> {} }: - -let - nixos_24_11 = import (builtins.fetchTarball { - url = "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz"; - }) {}; -in -pkgs.mkShell { - buildInputs = [ - pkgs.python312Packages.jinja2 - pkgs.python312Packages.pyyaml - pkgs.python312Packages.pynetbox - pkgs.python312Packages.requests - ]; -} - View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/netboxadm/-/commit/55f95ceb52dc67a13af6... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/cli/netboxadm/-/commit/55f95ceb52dc67a13af6... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Theo (@tss24)