Skip to content

Commit

Permalink
upgrade pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jappeace committed Jun 26, 2024
1 parent 5cd3133 commit 1ed4f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/pin.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import (builtins.fetchGit {
# Descriptive name to make the store path easier to identify
name = "nixos-pin-2022.05.13";
name = "nixos-pin-2024.06.26";
url = "https://github.com/nixos/nixpkgs/";
rev = "6925d06dd1e2039835ffe749cda11660431ffefa";
rev = "00ba4c2c35f5e450f28e13e931994c730df05563";
})

0 comments on commit 1ed4f72

Please sign in to comment.