System Gen84 @ 2025-07-24-02:00:39 by jonas@monolith
This commit is contained in:
8
pkgs/spotify-shortcuts/shell.nix
Normal file
8
pkgs/spotify-shortcuts/shell.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.pyright
|
||||
pkgs.black
|
||||
];
|
||||
inputsFrom = [(pkgs.callPackage ./derivation.nix {})];
|
||||
}
|
||||
Reference in New Issue
Block a user