update flake
This commit is contained in:
parent
2a856f4ecc
commit
024df2bb9f
2 changed files with 4 additions and 1 deletions
|
@ -22,15 +22,16 @@
|
|||
modules = ./gomod2nix.toml;
|
||||
};
|
||||
in {
|
||||
defaultPackage = sanic;
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
go
|
||||
gomod2nix.packages.${system}.default
|
||||
sanic
|
||||
];
|
||||
packages = with pkgs; [
|
||||
mpd
|
||||
mpc-cli
|
||||
sanic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue