chore: commit before wiping drive

This commit is contained in:
2026-04-23 20:48:20 +05:00
parent 5647f2f39a
commit e7f53dc359
5 changed files with 16 additions and 15 deletions

View File

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