empty commit message.
This commit is contained in:
parent
8f5f96ea36
commit
ebbc293c6a
5 changed files with 24 additions and 41 deletions
|
|
@ -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
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue