empty commit message.

This commit is contained in:
alisceon 2025-12-20 13:03:42 +01:00
parent 8f5f96ea36
commit ebbc293c6a
5 changed files with 24 additions and 41 deletions

View file

@ -1,20 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "nixos_config";
buildInputs = with pkgs; [
xonsh
python3
python3Packages.scapy
python3Packages.pyyaml
python3Packages.requests
];
SHELL_TYPE = "THICC";
shellHook = ''
echo "NixOS Config Shell"
${pkgs.xonsh}/bin/xonsh
'';
}