diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:02:49 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-27 08:02:49 -0800 |
| commit | 8cbb428ec304f12b1a521a9d1bcaf193fb0d7fee (patch) | |
| tree | 47b581d29b048c4928fab6a8016d47065f4aed24 | |
| parent | flake.lock: Update (diff) | |
| download | fcuny.net-8cbb428ec304f12b1a521a9d1bcaf193fb0d7fee.tar.gz | |
use a supported git branch for nixpkgs
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |
