Update pamedia input
This commit is contained in:
parent
4d0e47fd36
commit
11bfca5acd
1 changed files with 4 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -11,9 +11,7 @@
|
|||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
flake-parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
|
||||
|
@ -135,8 +133,8 @@
|
|||
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
naersk.follows = "naersk";
|
||||
flake-parts.follows = "flake-parts";
|
||||
rust-overlay.follows = "rust-overlay";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -305,7 +303,7 @@
|
|||
pkgs.sops
|
||||
ssh-to-age
|
||||
taplo
|
||||
vscode-langservers-extracted
|
||||
# vscode-langservers-extracted
|
||||
yj
|
||||
|
||||
inputs'.disko.packages.disko
|
||||
|
|
Loading…
Reference in a new issue