Skip to content

Commit

Permalink
fix: whoops, flake-checker won't support nixos24
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Oct 29, 2024
1 parent 23d7ac7 commit a130866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "My templates for quickly bootstrapping a working environment";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
pre-commit.url = "github:cachix/git-hooks.nix";
treefmt.url = "github:numtide/treefmt-nix";
systems.url = "github:nix-systems/x86_64-linux";
Expand Down

0 comments on commit a130866

Please sign in to comment.