started migration to go-migrate
This commit is contained in:
parent
384fd86f66
commit
90507b2987
2 changed files with 4 additions and 9 deletions
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1731245184,
|
||||
"narHash": "sha256-vmLS8+x+gHRv1yzj3n+GTAEObwmhxmkkukB2DwtJRdU=",
|
||||
"lastModified": 1732238832,
|
||||
"narHash": "sha256-sQxuJm8rHY20xq6Ah+GwIUkF95tWjGRd1X8xF+Pkk38=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "aebe249544837ce42588aa4b2e7972222ba12e8f",
|
||||
"rev": "8edf06bea5bcbee082df1b7369ff973b91618b8d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -11,12 +11,6 @@
|
|||
packages.x86_64-linux = {
|
||||
default = pkgs.callPackage ./nix/secret-santa.nix { };
|
||||
};
|
||||
/*
|
||||
packages.x86_64-linux.default = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "secret-santa";
|
||||
tag = "latest";
|
||||
};
|
||||
*/
|
||||
devShells.x86_64-linux = {
|
||||
default = pkgs.mkShell {
|
||||
packages = [
|
||||
|
@ -24,6 +18,7 @@
|
|||
(pkgs.callPackage ./nix/sql-migrate.nix { })
|
||||
(pkgs.callPackage ./nix/actiongraph.nix { })
|
||||
pkgs.sqlite
|
||||
pkgs.go-migrate
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue