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
|
@ -1,15 +0,0 @@
|
|||
let
|
||||
nixpkgs = fetchTarball
|
||||
"https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
|
||||
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