Skip to content

Commit

Permalink
chore: bumped Nix and rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBeucher committed Dec 8, 2024
1 parent 402a7c9 commit 7da9ab4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 25 deletions.
31 changes: 13 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 20 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
description = "Novops, the cross-platform secret manager for development and CI environments";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";

crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
crane.url = "github:ipetkov/crane";

rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down Expand Up @@ -69,7 +66,23 @@
openssl.dev
mdbook
mdbook-linkcheck
json-schema-for-humans

# Until https://github.com/NixOS/nixpkgs/issues/359286 fixed and https://github.com/NixOS/nixpkgs/pull/362898 merged
# json-schema-for-humans
(json-schema-for-humans.overrideAttrs (oldAttrs: {
version = "1.3.0";
src = fetchFromGitHub {
owner = "coveooss";
repo = "json-schema-for-humans";
rev = "refs/tags/v1.3.0";
hash = "sha256-0nen6oJOWdihm/EWKSGQLlD70pRxezhCHykBJxlSFHo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'markdown2 = "^2.5.0"' 'markdown2 = "^2.4.1"'
'';
}))

gnumake
zip
gh
Expand All @@ -95,7 +108,7 @@
awscli2-patched
aws-vault

pulumi
pulumi-bin
pulumiPackages.pulumi-language-nodejs
];

Expand Down

0 comments on commit 7da9ab4

Please sign in to comment.