alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
nix: bump mod hash
author
oppiliappan
committer
Tangled
date
1 year ago
(May 20, 2025, 3:28 PM UTC)
commit
dacad6d7
dacad6d744383ff69a88c16a73d58de2d60d9f47
parent
9d303653
9d30365335911789ab100624e933ec40d8586172
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
flake.nix
+1
-1
flake.nix
View file
Reviewed
···
49
49
inherit (gitignore.lib) gitignoreSource;
50
50
in {
51
51
overlays.default = final: prev: let
52
52
-
goModHash = "sha256-uTj1iG29ZJKR3Hzue14awrKaiOT68Ap2xxQolT4zTyM=";
52
52
+
goModHash = "sha256-SfyLSQa3g30PXCi/VQOm0cz372B6YdXE7xfBlhgCGec=";
53
53
buildCmdPackage = name:
54
54
final.buildGoModule {
55
55
pname = name;