Skip to content

Commit

Permalink
Merge pull request #239 from barrucadu/bump
Browse files Browse the repository at this point in the history
Bump flake.lock
  • Loading branch information
barrucadu authored Oct 29, 2023
2 parents e254dc9 + 81db7fa commit cc34f8d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
25 changes: 16 additions & 9 deletions flake.lock

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

8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
poetry2nix = {
url = "github:nix-community/poetry2nix";
url = "github:nix-community/poetry2nix?rev=e23218d1599e3369dfc878757e58974017e0ecc8";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
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 cc34f8d

Please sign in to comment.