diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-02 21:48:08 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-02 21:48:08 -0500 |
commit | 121f92e0e20ec50858c4e77c7170e4ecc97399f9 (patch) | |
tree | 7dbdf657ecff95ecfa9b2ceac6e48bcd20c85882 /home | |
parent | move rust packages to nix (diff) | |
download | dotfiles-guix-121f92e0e20ec50858c4e77c7170e4ecc97399f9.tar.gz dotfiles-guix-121f92e0e20ec50858c4e77c7170e4ecc97399f9.tar.bz2 dotfiles-guix-121f92e0e20ec50858c4e77c7170e4ecc97399f9.zip |
update commits
Diffstat (limited to 'home')
-rw-r--r-- | home/nix/flake.lock | 16 | ||||
-rw-r--r-- | home/nix/flake.nix | 4 |
2 files changed, 10 insertions, 10 deletions
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 |