feat: NixOS | switch to unstable and update flake.lock

This commit is contained in:
2025-02-02 18:12:20 +05:00
parent fbc3bf7f3e
commit 3773c115ac
4 changed files with 123 additions and 72 deletions

View File

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