Skip to content

Commit

Permalink
Bump flake.lock
Browse files Browse the repository at this point in the history
Also override indirect dependencies, to prevent a duplicate `systems`.
  • Loading branch information
barrucadu committed Oct 29, 2023
1 parent c19824c commit 9418381
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 16 deletions.
63 changes: 47 additions & 16 deletions flake.lock

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

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
poetry2nix = {
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.systems.follows = "systems";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";
};
systems.url = "github:nix-systems/default";
};

outputs = { self, nixpkgs, poetry2nix, sops-nix, ... }@flakeInputs:
Expand Down

0 comments on commit 9418381

Please sign in to comment.