feat: Flake | use stable versions of nixpkgs and home-manager

This commit is contained in:
2026-04-23 10:35:03 +05:00
parent 4f56cc32dd
commit 84adedf5d1
2 changed files with 55 additions and 54 deletions

View File

@@ -2,10 +2,10 @@
description = "My NixOS system flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};