Switch to pkgs from stable
I think we used pkgs from unstable (as pkgs-unstable), because the Go version in NixOS 23.05 was too old. But now that we're on 23.11, which has a newer Go version, we can use pkgs from stable.
This commit is contained in:
parent
8889db28a3
commit
df9b76528d
2 changed files with 2 additions and 6 deletions
config/hosts/public-web-static
|
@ -1,4 +1,4 @@
|
|||
{ pkgs-unstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
spaceapidSrc = builtins.fetchGit {
|
||||
|
@ -6,7 +6,7 @@ let
|
|||
ref = "main";
|
||||
rev = "baf73f33e7e8ef763869a1677ebf5cd2f334d897";
|
||||
};
|
||||
spaceapid = pkgs-unstable.buildGoModule {
|
||||
spaceapid = pkgs.buildGoModule {
|
||||
pname = "spaceapid";
|
||||
version = "main";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue