lock down hash to avoid NAR hash mismatch

This commit is contained in:
Emil Lerch 2025-03-09 14:48:36 -07:00
parent e391d23da3
commit 0d8404aecc
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 12 additions and 10 deletions

View File

@ -5,11 +5,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1726560853, "lastModified": 1731533236,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730785428, "lastModified": 1741379970,
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", "narHash": "sha256-Wh7esNh7G24qYleLvgOSY/7HlDUzWaL/n4qzlBePpiw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", "rev": "36fd87baa9083f34f7f5027900b62ee6d09b1f2f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -81,14 +81,16 @@
}, },
"locked": { "locked": {
"dir": "/rust", "dir": "/rust",
"narHash": "sha256-gu3plp+xRyVCCAO0IS633xMCxFbMVB7Pok8uYh9OPXc=", "lastModified": 1734641155,
"narHash": "sha256-UHZSF7nNfwtbdsLfxg5TSS5ssJnw2yjqJuvi1yg+i0Y=",
"rev": "e391d23da313d91e659311c00eca1ad5cb2d9fa7",
"type": "tarball", "type": "tarball",
"url": "https://git.lerch.org/lobo/nix-flake-examples/archive/master.tar.gz?dir=/rust" "url": "https://git.lerch.org/api/v1/repos/lobo/nix-flake-examples/archive/e391d23da313d91e659311c00eca1ad5cb2d9fa7.tar.gz"
}, },
"original": { "original": {
"dir": "/rust", "dir": "/rust",
"type": "tarball", "type": "tarball",
"url": "https://git.lerch.org/lobo/nix-flake-examples/archive/master.tar.gz?dir=/rust" "url": "https://git.lerch.org/lobo/nix-flake-examples/archive/e391d23da313d91e659311c00eca1ad5cb2d9fa7.tar.gz?dir=/rust"
} }
}, },
"systems": { "systems": {

View File

@ -5,7 +5,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
rust-flake.url = "https://git.lerch.org/lobo/nix-flake-examples/archive/master.tar.gz?dir=/rust"; # Adjust this path as needed rust-flake.url = "https://git.lerch.org/lobo/nix-flake-examples/archive/e391d23da313d91e659311c00eca1ad5cb2d9fa7.tar.gz?dir=/rust"; # Adjust this path as needed
# rust-flake.url = "https://git.lerch.org/lobo/nix-flake-examples/archive/master.tar.gz?dir=/rust"; # Adjust this path as needed # rust-flake.url = "https://git.lerch.org/lobo/nix-flake-examples/archive/master.tar.gz?dir=/rust"; # Adjust this path as needed
}; };