Skip to content

Commit

Permalink
chore: update flake lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Dec 8, 2024
1 parent 546c1fb commit 523f634
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
14 changes: 7 additions & 7 deletions flake.lock

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

19 changes: 8 additions & 11 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";

gitignore = {
url = "github:hercules-ci/gitignore.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
gitignore.url = "github:hercules-ci/gitignore.nix";
gitignore.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = { self, nixpkgs, rust-overlay, gitignore }:
Expand Down Expand Up @@ -52,11 +48,12 @@
rust-toolchain
act

# cargo-dist
cargo-dist

wakatime
];
buildInputs = with pkgs; [ ];

buildInputs = [ ];

RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc;
LD_LIBRARY_PATH = makeLibraryPath buildInputs;
Expand Down

0 comments on commit 523f634

Please sign in to comment.