chore: update flake lockfile

This commit is contained in:
2025-07-05 00:02:39 +02:00
parent 958a98ef81
commit 6c1be6629b
2 changed files with 30 additions and 42 deletions

View File

@@ -2,7 +2,6 @@
description = "Home Manager configuration of phundrak";
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
@@ -13,7 +12,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
devenv.url = "github:cachix/devenv";
devenv = {
url = "github:cachix/devenv";
inputs.nixpkgs.follows = "nixpkgs";
};
pumo-system-info = {
url = "git+https://labs.phundrak.com/phundrak/pumo-system-info";