mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
add scripts
This commit is contained in:
parent
8cc2802a15
commit
5a0e0eb481
7 changed files with 78 additions and 33 deletions
|
@ -1,10 +1,9 @@
|
|||
{ pkgs }:
|
||||
let
|
||||
in
|
||||
rec{
|
||||
{ pkgs, inputs }:
|
||||
rec {
|
||||
# discord = nixpkgs.callPackage ./discord { };
|
||||
discord = pkgs.callPackage ./discord/default.nix { };
|
||||
vesktop = pkgs.callPackage ./vesktop/default.nix { inherit vencord; };
|
||||
vencord = pkgs.callPackage ./vencord/package.nix { };
|
||||
frog = pkgs.callPackage ./frog {};
|
||||
frog = pkgs.callPackage ./frog { };
|
||||
scripts = inputs.scripts.flakePackage pkgs;
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ python3Packages.buildPythonApplication rec {
|
|||
src = ( fetchFromGitHub {
|
||||
owner = "sadan4";
|
||||
repo = "frog";
|
||||
rev = "4e43c19701032de6dc741c92ed505f8fe660fbbb";
|
||||
hash = "sha256-olQofXrUF97NvY/lYBic/u50zuFvuOm4XrWUKn83xac=";
|
||||
rev = "e4b48239238e1947e74b919fd85609b6500aca31";
|
||||
hash = "sha256-0/ZFmcaMKM/GpS8Q35e0joHTq4D0IEKdsCBJ16P8JZs=";
|
||||
});
|
||||
format = "other";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue