fix: Amend import paths to use whitelisted nixpkgs
This commit is contained in:
parent
39ba761663
commit
46e5a23937
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
pkgs.third_party.nixpkgs.buildGoPackage {
|
||||
pkgs.third_party.buildGoPackage {
|
||||
name = "blog_cli";
|
||||
goPackagePath = "github.com/tazjin/personal/blog_cli";
|
||||
src = ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue