feat: refactor packages for nicer devux

This commit is contained in:
2026-02-22 12:43:18 +01:00
parent 25735d5bd1
commit b6ae96cb84
5 changed files with 16 additions and 13 deletions

View File

@@ -1,8 +1,7 @@
{ nixpkgs-master, system, ... }:
{ pkgs-master, ... }:
let
nixpkgs = nixpkgs-master;
pkgs = import nixpkgs { inherit system; };
pkgs = pkgs-master;
version = "e24855c";
in
pkgs.buildGoModule.override