From 083f1cc040ef0f04a74fd0963919c6a9d99da24d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 16 Sep 2025 23:12:42 +0200 Subject: [PATCH] go to working home-manager commit --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8161594..7465979 100644 --- a/flake.lock +++ b/flake.lock @@ -1142,17 +1142,17 @@ }, "nixpkgs_7": { "locked": { - "lastModified": 1758052720, - "narHash": "sha256-TLkK3U49Du6KHlk+hMDsGR4fwez2ww/Xzeitmlq0PF0=", + "lastModified": 1757941050, + "narHash": "sha256-DhsSuRKSyr9jbHV6WxZKKlUqgiV+U7/wxK6aiOzKX0k=", "owner": "nixos", "repo": "nixpkgs", - "rev": "662d086257bafe19a57959375cbce2e3f9af32b5", + "rev": "c718a7eca49a03ec19488c101bd11fb7689e4e08", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", "repo": "nixpkgs", + "rev": "c718a7eca49a03ec19488c101bd11fb7689e4e08", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 03b9b90..50a4505 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Nixos config flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/master"; + nixpkgs.url = "github:nixos/nixpkgs/c718a7eca49a03ec19488c101bd11fb7689e4e08"; # nix based ssg nixsg.url = "github:itepastra/nixsg/no-md-parser";