mirror of
https://github.com/tuxdotrs/trok.git
synced 2026-09-19 15:09:03 +05:30
refactor(nix): migrate flake to flake-parts
This commit is contained in:
4
nix/shell.nix
Normal file
4
nix/shell.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ callPackage, go, }:
|
||||
let mainPkg = callPackage ./package.nix { };
|
||||
in mainPkg.overrideAttrs
|
||||
(oa: { nativeBuildInputs = [ go ] ++ (oa.nativeBuildInputs or [ ]); })
|
||||
Reference in New Issue
Block a user