aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-27 08:02:49 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-27 08:02:49 -0800
commit8cbb428ec304f12b1a521a9d1bcaf193fb0d7fee (patch)
tree47b581d29b048c4928fab6a8016d47065f4aed24 /flake.nix
parentflake.lock: Update (diff)
downloadfcuny.net-8cbb428ec304f12b1a521a9d1bcaf193fb0d7fee.tar.gz
use a supported git branch for nixpkgs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
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;