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-utils.url = "github:numtide/flake-utils";
|
||||||
|
|
||||||
flake-parts = {
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
url = "github:hercules-ci/flake-parts";
|
|
||||||
};
|
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
|
|
||||||
|
@ -135,8 +133,8 @@
|
||||||
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
|
url = "git+https://git.datarift.nl/erwin/pamedia-rs.git?ref=main";
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.follows = "nixpkgs";
|
nixpkgs.follows = "nixpkgs";
|
||||||
flake-utils.follows = "flake-utils";
|
flake-parts.follows = "flake-parts";
|
||||||
naersk.follows = "naersk";
|
rust-overlay.follows = "rust-overlay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -305,7 +303,7 @@
|
||||||
pkgs.sops
|
pkgs.sops
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
taplo
|
taplo
|
||||||
vscode-langservers-extracted
|
# vscode-langservers-extracted
|
||||||
yj
|
yj
|
||||||
|
|
||||||
inputs'.disko.packages.disko
|
inputs'.disko.packages.disko
|
||||||
|
|
Loading…
Reference in a new issue