Skip to content

Commit

Permalink
Merge pull request #40 from jurraca/nixpkgs-24.11
Browse files Browse the repository at this point in the history
bump nixpkgs to 24.11
  • Loading branch information
fjahr authored Dec 3, 2024
2 parents 6c934db + cea2ed4 commit 361fe18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "An IP-to-AS mapping tool.";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
utils.url = "github:numtide/flake-utils";
# the rpki-client binary will be built from the flake at this URL.
rpki-cli.url = "github:asmap/rpki-client-nix";
Expand Down Expand Up @@ -30,9 +30,9 @@
pythonDevDeps = pkgs.python311.withPackages (ps: [
ps.beautifulsoup4
ps.pandas
ps.pylint
ps.requests
ps.tqdm
ps.pylint
]);
kartografDeps = [
pythonBuildDeps
Expand Down

0 comments on commit 361fe18

Please sign in to comment.