From 8cbb428ec304f12b1a521a9d1bcaf193fb0d7fee Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Dec 2024 08:02:49 -0800 Subject: use a supported git branch for nixpkgs --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dac73d9..8624a6e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Franck Cuny's personal website."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/master"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; devshell.url = "github:numtide/devshell"; @@ -116,8 +116,6 @@ treefmt lychee just - taplo - nodePackages.prettier treefmt ]; devshell.startup.pre-commit.text = self.checks.${system}.pre-commit-check.shellHook; -- cgit v1.2.3