Skip to content

Commit

Permalink
flake: update input follows
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Sep 28, 2024
1 parent d012cbb commit df333f0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 44 deletions.
53 changes: 12 additions & 41 deletions flake.lock

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

11 changes: 8 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,14 @@
};

# Development

flake-compat.url = "github:edolstra/flake-compat";

flake-utils.url = "github:numtide/flake-utils";
systems.url = "github:nix-systems/default";

flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};

gitignore = {
url = "github:hercules-ci/gitignore";
Expand All @@ -138,7 +142,6 @@
devshell = {
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};

# Formatter
Expand All @@ -159,6 +162,7 @@
url = "github:brckd/stylix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
inputs.systems.follows = "systems";
inputs.home-manager.follows = "home-manager";
};

Expand All @@ -183,6 +187,7 @@
getchoo = {
url = "github:getchoo/nix-exprs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.treefmt-nix.follows = "treefmt-nix";
};

erosanix = {
Expand Down

0 comments on commit df333f0

Please sign in to comment.