Skip to content

Commit

Permalink
Mildly update nixpkgs checkout used
Browse files Browse the repository at this point in the history
  • Loading branch information
dasJ committed Dec 23, 2024
1 parent 671fa93 commit 8b90c2e
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
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
};

outputs =
Expand Down Expand Up @@ -75,7 +75,7 @@
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;

nativeBuildInputs = with pkgs; [
pkgconfig
pkg-config
pkgs.rustPackages.clippy
];

Expand Down

0 comments on commit 8b90c2e

Please sign in to comment.