Skip to content

Commit

Permalink
flake.nix: add flake-parts to reduce flake.lock size
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Mar 3, 2024
1 parent d6d47ee commit d727a45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
46 changes: 7 additions & 39 deletions flake.lock

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

6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.flake-compat.follows = "flake-compat";
inputs.flake-parts.follows = "flake-parts";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
nixgl = {
url = "github:nix-community/nixGL";
Expand All @@ -33,6 +35,10 @@

# helpers
flake-compat.url = "github:edolstra/flake-compat";
flake-parts = {
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";

# nix-alien
Expand Down

0 comments on commit d727a45

Please sign in to comment.