Skip to content

Commit

Permalink
server: bump deps, bump nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
goffrie committed Feb 20, 2024
1 parent 828c9f3 commit a5ce740
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 177 deletions.
4 changes: 2 additions & 2 deletions build.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let pinnedNixpkgs = (import <nixpkgs> {}).fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "52e3e80afff4b16ccb7c52e9f0f5220552f03d04";
sha256 = "FqZ7b2RpoHQ/jlG6JPcCNmG/DoUPCIvyaropUDFhF3Q=";
rev = "e0da498ad77ac8909a980f07eff060862417ccf7";
hash = "sha256-evZzmLW7qoHXf76VCepvun1esZDxHfVRFUJtumD7L2M=";
};
in { pkgs ? import pinnedNixpkgs {} }:
let
Expand Down
Loading

0 comments on commit a5ce740

Please sign in to comment.