improved automatic script alias creation and switched to lookup paths for nix-shell invocations
This commit is contained in:
parent
41a1a6a5f5
commit
209294075c
7 changed files with 21 additions and 10 deletions
13
scripts/nix/python.nix
Normal file
13
scripts/nix/python.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {
|
||||
config = { };
|
||||
overlays = [ ];
|
||||
};
|
||||
in pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
libnotify
|
||||
python312
|
||||
python312Packages.requests
|
||||
python312Packages.pyperclip
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue