Compare commits

..

1 commit
main ... nixify

Author SHA1 Message Date
2811f628b8 nix build fails referncing go vendor 2025-06-21 04:25:33 -04:00
6 changed files with 4 additions and 8 deletions

View file

@ -1 +0,0 @@
flake-profile-1-link

View file

@ -1 +0,0 @@
/nix/store/m01jvri2p9cbj0i056hcgax7c8sq1isl-nix-shell-env

1
.envrc
View file

@ -1 +0,0 @@
use flake

1
.gitignore vendored
View file

@ -1,2 +1 @@
STEAM_API/ STEAM_API/
result

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751211869, "lastModified": 1750400657,
"narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=", "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51", "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,5 +21,5 @@ buildGoModule {
# To begin with it is recommended to set this, but one must # To begin with it is recommended to set this, but one must
# remember to bump this hash when your dependencies change. # remember to bump this hash when your dependencies change.
# vendorHash = pkgs.lib.fakeHash; # vendorHash = pkgs.lib.fakeHash;
vendorHash = "sha256-8kzKNAzXcSxNSY+8H/PbYVV0J2p9q1dn1pbt7lo3g5o="; vendorHash = null;
} }