diff --git a/flake.lock b/flake.lock index 03fb581..6a8397c 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 79aa39d..013d46c 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,8 @@ "tailray" "nh" "gh-notify" + "stash" + "slight" # 3rd party packages "wiremix" @@ -186,6 +188,16 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + stash = { + url = "github:notashelf/stash"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + slight = { + url = "github:notashelf/slight"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # 3rd party flakes that I want to extract packages from wiremix = { url = "github:tsowell/wiremix";