From a8add62d21cd993143cbebc81e422afe0752fe91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 7 May 2023 23:11:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20nix=20flake=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 18 +++++++++--------- flake.nix | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 21f59ce..90b943b 100644 --- a/flake.lock +++ b/flake.lock @@ -463,11 +463,11 @@ ] }, "locked": { - "lastModified": 1683221986, - "narHash": "sha256-n688GK4wO2pZpI4gHOxj/PF85bzUMPEJ8B3Wd3cHSjk=", + "lastModified": 1683492229, + "narHash": "sha256-vJgBn/oSW11ujPg+ai92a8DWMssXBpl+/ZeLMS3bDJQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "f3824311a16cbe70dbaeedc17a97dfcd11901c3f", + "rev": "de8ba413c578b68ef602c4f4c5909d9636a5bf92", "type": "github" }, "original": { @@ -489,11 +489,11 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1682977736, - "narHash": "sha256-dYRnLAVKmzm822fq503foGiTS3xmOZwdmNTs7eLTw3Y=", + "lastModified": 1683315170, + "narHash": "sha256-v4neNXXjOGingMw76fnXbYbxOK4pZfGA2r/O+cn5btY=", "owner": "nix-community", "repo": "lanzaboote", - "rev": "adc01887d9db2c3e354bbe86d7f46c4661357c27", + "rev": "ae49611bd6d1cbfc4f5aaa6352c25324b336542a", "type": "github" }, "original": { @@ -535,11 +535,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1683014792, - "narHash": "sha256-6Va9iVtmmsw4raBc3QKvQT2KT/NGRWlvUlJj46zN8B8=", + "lastModified": 1683408522, + "narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1a411f23ba299db155a5b45d5e145b85a7aafc42", + "rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 887d109..a72e68a 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + # nixpkgs.url = "git+file:///home/laurent/Documents/nixpkgs?shallow=1"; flake-utils.url = "github:numtide/flake-utils"; lanzaboote = {