mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
Fix: flake template start
This is the only way I found to make the project run using flakes
This commit is contained in:
parent
f95720e89a
commit
83742a8bad
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
|
||||
};
|
||||
devShells.default = callPackage ./shell.nix {
|
||||
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication mkGoEnv gomod2nix;
|
||||
inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix;
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue