Skip to content

Commit

Permalink
[OPS-1514] Repin nixpkgs
Browse files Browse the repository at this point in the history
Problem: we need to update nixpkgs from time to time

Solution: update nixpkgs, serokell-nix
  • Loading branch information
karandit committed Nov 27, 2023
1 parent ea6fc7c commit 820fe8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 14 additions & 10 deletions flake.lock

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

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
};

inputs = {
nixpkgs.url = "github:serokell/nixpkgs?ref=karandit/repin-23-11-2023";
nix.url = "github:nixos/nix/2.10-maintenance";
flake-compat.flake = false;
hermetic.url = "github:serokell/hermetic";
Expand All @@ -24,6 +25,7 @@

tzbot.url = "github:serokell/tzbot";

serokell-nix.url = "github:serokell/serokell.nix?ref=karandit/OPS-1514-repin-nixpkgs";
serokell-nix.inputs.nixpkgs.follows = "nixpkgs";
vault-secrets.inputs.nixpkgs.follows = "nixpkgs";

Expand Down

0 comments on commit 820fe8f

Please sign in to comment.