Skip to content

Commit

Permalink
Removed duplicate Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwallau committed Jan 28, 2024
1 parent af3e2c6 commit b48c586
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 84 deletions.
92 changes: 9 additions & 83 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,17 @@

shelly-exporter = {
url = "github:MayNiklas/shelly-exporter";
inputs = { nixpkgs.follows = "nixpkgs"; };
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
vscode-server = {
url = "github:msteen/nixos-vscode-server";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
plasma-manager = {
# KDE Plasma User Settings Generator
Expand Down

0 comments on commit b48c586

Please sign in to comment.