RELEASE: branch-off for nixos-24.11

This commit is contained in:
Gaetan Lepage 2024-11-30 20:41:37 +01:00
parent a35f923d6a
commit 80f1ae5dc7
2 changed files with 10 additions and 9 deletions

View file

@ -2,7 +2,7 @@
description = "A neovim configuration system for NixOS";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-parts = {
url = "github:hercules-ci/flake-parts";
@ -39,7 +39,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {