Skip to content

Commit

Permalink
flake: reformat + update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 11, 2024
1 parent 1e83f3e commit 9386c24
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 92 deletions.
114 changes: 58 additions & 56 deletions flake.lock

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

61 changes: 25 additions & 36 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,34 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};

nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";

treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";

flake-parts.url = "github:hercules-ci/flake-parts";
agenix = {
url = "github:ryantm/agenix";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
tsMuxer = {
url = "github:ttrssreal/tsMuxer-nix";
inputs = {
nixpkgs.follows = "nixpkgs";
systems.follows = "agenix/systems";
};
};
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "home-manager";

home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

tsMuxer.url = "github:ttrssreal/tsMuxer-nix";
tsMuxer.inputs.nixpkgs.follows = "nixpkgs";

nixos-hardware.url = "github:NixOS/nixos-hardware/master";

# mkWindowsApp
erosanix = {
url = "github:emmanuelrosa/erosanix";
inputs.nixpkgs.follows = "nixpkgs";
};
git-hooks-nix = {
inputs = {
nixpkgs.follows = "nixpkgs";
};
url = "github:cachix/git-hooks.nix";
};
erosanix.url = "github:emmanuelrosa/erosanix";
erosanix.inputs.nixpkgs.follows = "nixpkgs";

git-hooks-nix.url = "github:cachix/git-hooks.nix";
git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
};

outputs =
Expand Down

0 comments on commit 9386c24

Please sign in to comment.