packwiz: init at 9ef87bc
This commit is contained in:
parent
176e0e9513
commit
1a5ea7162b
4 changed files with 29 additions and 0 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -342,6 +342,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"packwiz": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1633808410,
|
||||
"narHash": "sha256-Xjd7ditCMpe6H9CiblihMwKVEWwaZoGoubDHKLoI5SQ=",
|
||||
"owner": "comp500",
|
||||
"repo": "packwiz",
|
||||
"rev": "9ef87bc0d3c668464be61de3ec985989808df350",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "comp500",
|
||||
"repo": "packwiz",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"powercord": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -459,6 +475,7 @@
|
|||
"nix-gaming": "nix-gaming",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"no-double-back-pc": "no-double-back-pc",
|
||||
"packwiz": "packwiz",
|
||||
"powercord-overlay": "powercord-overlay",
|
||||
"powercord-popout-fix": "powercord-popout-fix",
|
||||
"pure": "pure",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
# overlays
|
||||
discord-tokyonight = { url = "github:DanisDGK/zelk-customizations"; flake = false; };
|
||||
discover = { url = "github:trigg/Discover"; flake = false; };
|
||||
packwiz = { url = "github:comp500/packwiz"; flake = false; };
|
||||
spotify-adblock = { url = "github:abba23/spotify-adblock"; flake = false; };
|
||||
tree-sitter-glimmer = { url = "github:alexlafroscia/tree-sitter-glimmer"; flake = false; };
|
||||
tree-sitter-jsonc = { url = "gitlab:WhyNotHugo/tree-sitter-jsonc"; flake = false; };
|
||||
|
|
@ -79,6 +80,7 @@
|
|||
discord-tokyonight = callPackage ./packages/discord-tokyonight {};
|
||||
discover-overlay = callPackage ./packages/discover {};
|
||||
linux-lava = callPackage ./packages/linux-lava {};
|
||||
packwiz = callPackage ./packages/packwiz {};
|
||||
spotify-adblock = callPackage ./packages/spotify-adblock {};
|
||||
tree-sitter-glimmer = callPackage ./packages/tree-sitter-glimmer {};
|
||||
tree-sitter-jsonc = callPackage ./packages/tree-sitter-jsonc {};
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
kitty
|
||||
neofetch
|
||||
nodejs-16_x
|
||||
packwiz
|
||||
pamixer
|
||||
rnix-lsp
|
||||
transcrypt
|
||||
|
|
|
|||
9
packages/packwiz/default.nix
Normal file
9
packages/packwiz/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs
|
||||
, buildGoModule
|
||||
}:
|
||||
buildGoModule {
|
||||
pname = "packwiz";
|
||||
version = inputs.packwiz.shortRev;
|
||||
src = inputs.packwiz;
|
||||
vendorSha256 = "1f2xh8czq8fh823dyp54rdv5mmb9gf62f5fimdah4wmghqw4wbzy";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue