reduce directory nesting
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M nix/package/default.nix → nix/pkg.nix
@@ -19,8 +19,8 @@ buildGoApplication { pname = "elgit"; version = "0.1"; - src = ../..; - modules = ../gomod2nix.toml; + src = ../.; + modules = ./gomod2nix.toml; passthru.tests = { inherit (nixosTests) legit; };