go to working home-manager commit

This commit is contained in:
Noa Aarts 2025-09-16 23:12:42 +02:00
parent 32c8e8ef04
commit 083f1cc040
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -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"
}
},

View file

@ -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";