Try to fix pullomatic
This commit is contained in:
parent
adcec8dd35
commit
bc0d33245a
2 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "NixOS configuration";
|
description = "NixOS configuration";
|
||||||
|
|
||||||
# 24.05
|
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
|
||||||
inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
inputs.agenix.url = "github:ryantm/agenix";
|
inputs.agenix.url = "github:ryantm/agenix";
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "fooker";
|
owner = "fooker";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "master";
|
rev = "master";
|
||||||
hash = "sha256-VVIhbbdHBBeodODWQq40q91uqtTrUHsCyPgTZ5VtrRc=";
|
hash = "sha256-QrSkmbH1yuIrxNnZCvFdseKzjaerEw8rTG49tXmp92I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoBuildFlags = ["--bin" "pullomatic"];
|
cargoBuildFlags = ["--bin" "pullomatic"];
|
||||||
|
|
@ -21,8 +21,10 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
(pkgs.rust-bin.stable.latest.default or null) # if using rust-overlay
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
openssl
|
openssl
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue