Skip to content

Commit 3b730b6

Browse files
committed
flake: rm sounds and wirenix inputs
1 parent 2c52640 commit 3b730b6

File tree

2 files changed

+1
-112
lines changed

2 files changed

+1
-112
lines changed

flake.lock

Lines changed: 1 addition & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@
1919
runtime-modules.url = "github:tupakkatapa/nixos-runtime-modules";
2020
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
2121
sops-nix.url = "github:Mic92/sops-nix";
22-
sounds.inputs.nixpkgs.follows = "nixpkgs";
23-
sounds.url = "github:jhvst/nix-config?dir=packages/sounds";
2422
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
2523
treefmt-nix.url = "github:numtide/treefmt-nix";
26-
wirenix.url = "sourcehut:~msalerno/wirenix";
2724
};
2825

2926
outputs = { self, ... }@inputs:
@@ -157,7 +154,6 @@
157154
packages = {
158155
"fstar-vscode-assistant" = pkgs.callPackage ./packages/fstar-vscode-assistant { };
159156
"savilerow" = pkgs.callPackage ./packages/savilerow { };
160-
"sounds" = inputs'.sounds.packages.default;
161157
"neovim" = inputs'.nixvim.legacyPackages.makeNixvimWithModule {
162158
inherit pkgs;
163159
module = {

0 commit comments

Comments
 (0)