Try to fix pullomatic

This commit is contained in:
philip-peterson 2026-05-04 05:27:10 -08:00
parent adcec8dd35
commit bc0d33245a
2 changed files with 5 additions and 4 deletions

View file

@ -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";

View file

@ -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,7 +21,9 @@ 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