summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-13 17:56:18 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-13 17:56:18 -0700
commit4f374aedfc0b70f1472fa357ac3d17ccecf70aff (patch)
tree51f2b0118c594068715eb2f4b4c6c6db580b6e20 /flake.nix
parent83829038cffac0851a11bb94ea977e758b5960f9 (diff)
downloadroseh.moe-4f374aedfc0b70f1472fa357ac3d17ccecf70aff.tar.zst
Fix flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 1b2ec43..f6122c4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "A simple Go package";
# Nixpkgs / NixOS version to use.
- inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
+ inputs.nixpkgs.url = "nixpkgs/nixos-25.05";
outputs = { self, nixpkgs }:
let
@@ -48,7 +48,7 @@
# remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash;
- vendorHash = pkgs.libs.fakeHash;
+ vendorHash = null;
};
});