Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nix':
    'github:nixos/nix/dff7d605c683436c6578ed5a83e4f974a6643e1e' (2022-12-06)
  → 'github:nixos/nix/291e36b1c03469f02307b2b1bf01189b3b4aea33' (2023-01-18)
• Updated input 'nix/nixpkgs':
    'github:NixOS/nixpkgs/365e1b3a859281cf11b94f87231adeabbdd878a2' (2022-07-13)
  → 'github:NixOS/nixpkgs/04a75b2eecc0acf6239acf9dd04485ff8d14f425' (2022-12-08)
  • Loading branch information
nrdxp committed Jan 23, 2023
1 parent e098900 commit a94f585
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs.nixpkgs.follows = "nix/nixpkgs";
inputs.std.url = "github:divnix/std";
inputs.nix.url = "github:nixos/nix/2.12-maintenance";
inputs.nix.url = "github:nixos/nix/2.13-maintenance";

outputs = {
self,
Expand Down
2 changes: 1 addition & 1 deletion nix/app/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stdenv.mkDerivation {
inherit src;

pname = "nix-uncached";
version = "2.12.1";
version = "2.13.1";
buildInputs = [
nlohmann_json
nix
Expand Down

0 comments on commit a94f585

Please sign in to comment.