From 5b0ae4b7e81678e289a4e044a49efeb6dddf1249 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 11 Nov 2024 10:17:49 +0100 Subject: [PATCH] use pr for discord in home assistant --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f699dfc..594b576 100644 --- a/flake.lock +++ b/flake.lock @@ -1043,16 +1043,16 @@ }, "nixpkgs_8": { "locked": { - "lastModified": 1731283410, - "narHash": "sha256-eqAeewviz/GbY21LjweT4bm6pqTPdVsqyv7LCR4Yz5g=", + "lastModified": 1731179756, + "narHash": "sha256-UaQKAXTuMEU7hI/knFbmGWD0LYlHm26gRctFP00ZglU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5b27ef3c5495bff7f4e659ac5c84372a20204757", + "rev": "9b83f4c1249fe7d9dcd136089af0e930e1f9d9d4", "type": "github" }, "original": { "owner": "nixos", - "ref": "master", + "ref": "9b83f4c", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index b9c8e93..cc365ec 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/9b83f4c"; # nixpkgs.url = "/home/noa/programming/nixpkgs"; nix-colors = {