From 121f92e0e20ec50858c4e77c7170e4ecc97399f9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 2 Jan 2025 21:48:08 -0500 Subject: update commits --- home/nix/flake.lock | 16 ++++++++-------- home/nix/flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'home') diff --git a/home/nix/flake.lock b/home/nix/flake.lock index dd22595..33ad442 100644 --- a/home/nix/flake.lock +++ b/home/nix/flake.lock @@ -22,17 +22,17 @@ ] }, "locked": { - "lastModified": 1734037113, - "narHash": "sha256-ENSfIRpZUGyr2quTJCESzppcR9i0N2iUrenGxcr9Mj0=", + "lastModified": 1735774425, + "narHash": "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg=", "owner": "nix-community", "repo": "home-manager", - "rev": "e526fd2b1a40e4ca0b5e07e87b8c960281c67412", + "rev": "5f6aa268e419d053c3d5025da740e390b12ac936", "type": "github" }, "original": { "owner": "nix-community", "repo": "home-manager", - "rev": "e526fd2b1a40e4ca0b5e07e87b8c960281c67412", + "rev": "5f6aa268e419d053c3d5025da740e390b12ac936", "type": "github" } }, @@ -60,17 +60,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733212471, - "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=", + "lastModified": 1735471104, + "narHash": "sha256-0q9NGQySwDQc7RhAV2ukfnu7Gxa5/ybJ2ANT8DQrQrs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776", + "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "55d15ad12a74eb7d4646254e13638ad0c4128776", + "rev": "88195a94f390381c6afcdaa933c2f6ff93959cb4", "type": "github" } }, diff --git a/home/nix/flake.nix b/home/nix/flake.nix index 8ba7889..e1f3527 100644 --- a/home/nix/flake.nix +++ b/home/nix/flake.nix @@ -3,10 +3,10 @@ inputs = { # nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/55d15ad12a74eb7d4646254e13638ad0c4128776"; + nixpkgs.url = "github:nixos/nixpkgs/88195a94f390381c6afcdaa933c2f6ff93959cb4"; # home manager - home-manager.url = "github:nix-community/home-manager/e526fd2b1a40e4ca0b5e07e87b8c960281c67412"; + home-manager.url = "github:nix-community/home-manager/5f6aa268e419d053c3d5025da740e390b12ac936"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # nixgl -- cgit v1.2.3-freya