Skip to content

Commit

Permalink
flake: remove unused inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jan 16, 2025
1 parent ecc98a5 commit 72dc10d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
# nixinate.url = "github:matthewcroughan/nixinate";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
# robotnix.url = "github:danielfullmer/robotnix";
pia.url = "github:pia-foss/manual-connections";
pia.flake = false;
catppuccin.url = "github:catppuccin/starship";
Expand All @@ -28,7 +26,6 @@
outputs =
{
self,
# , nixinate
home-manager,
nixpkgs,
nixpkgs-stable,
Expand All @@ -39,7 +36,6 @@
nixos-hardware,
plasma-manager,
espanso-fix,
# , robotnix
...
}@inputs:

Expand Down

0 comments on commit 72dc10d

Please sign in to comment.