mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
update flake deps
This commit is contained in:
parent
22b008df17
commit
a66735a798
2 changed files with 42 additions and 43 deletions
|
|
@ -11,7 +11,7 @@
|
|||
# rust
|
||||
d2n.url = "github:nix-community/dream2nix";
|
||||
d2n.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nci.url = "github:yusdacra/nix-cargo-integration";
|
||||
nci.url = "github:90-008/nix-cargo-integration";
|
||||
nci.inputs.parts.follows = "parts";
|
||||
nci.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nci.inputs.dream2nix.follows = "d2n";
|
||||
|
|
@ -167,8 +167,7 @@
|
|||
let
|
||||
mkServiceProcess =
|
||||
name: attrs:
|
||||
attrs
|
||||
// {
|
||||
{
|
||||
command = pkgs.writeShellApplication {
|
||||
name = "pluralkit-${name}";
|
||||
runtimeInputs = [ pkgs.coreutils ];
|
||||
|
|
@ -178,7 +177,7 @@
|
|||
nix develop .#services -c cargo run --package ${name}
|
||||
'';
|
||||
};
|
||||
};
|
||||
} // attrs;
|
||||
in
|
||||
{
|
||||
### migrations ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue