From a06b102eaf3d48f9ac5d48e982ae86beea57f072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 26 Nov 2023 23:10:04 +0100 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 | 57 +++++++++++++++++++++++++++++++++++++++++------------- flake.nix | 5 +---- 2 files changed, 45 insertions(+), 17 deletions(-) diff --git a/flake.lock b/flake.lock index 9711f54..8d1fe1a 100644 --- a/flake.lock +++ b/flake.lock @@ -250,6 +250,24 @@ "type": "github" } }, + "flake-utils_3": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1694529238, + "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "gitignore": { "inputs": { "nixpkgs": [ @@ -279,11 +297,11 @@ ] }, "locked": { - "lastModified": 1700847865, - "narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=", + "lastModified": 1700900274, + "narHash": "sha256-KWoKDP5I1viHR4bG3ENnJ7H1DD16tXWH4ROvS0IfXw8=", "owner": "nix-community", "repo": "home-manager", - "rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe", + "rev": "a462e7315deaa8194b0821f726709bb7e51a850c", "type": "github" }, "original": { @@ -301,11 +319,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1700941474, - "narHash": "sha256-1qI7ZMBvbVPofz8jWqNlhBgol03huMWFduSwXb/UVMY=", + "lastModified": 1701023633, + "narHash": "sha256-lX/PsZrKEtdk/cUIET/UYhQKPJRkNq2hlbLH6VQSpWc=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "ad3f6886484e9adbab532de125e69a70c54fa13e", + "rev": "99ca26d4eb84e0071264713902e5b287fcab392e", "type": "github" }, "original": { @@ -365,11 +383,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1700559156, - "narHash": "sha256-gL4epO/qf+wo30JjC3g+b5Bs8UrpxzkhNBBsUYxpw2g=", + "lastModified": 1701020860, + "narHash": "sha256-NwnRn04C8s+hH+KdVtGmVB1FFNIG7DtPJmQSCBDaET4=", "owner": "nixos", "repo": "nixos-hardware", - "rev": "c3abafb01cd7045dba522af29b625bd1e170c2fb", + "rev": "b006ec52fce23b1d57f6ab4a42d7400732e9a0a2", "type": "github" }, "original": { @@ -525,9 +543,7 @@ }, "resume": { "inputs": { - "flake-utils": [ - "flake-utils" - ], + "flake-utils": "flake-utils_3", "nixpkgs": "nixpkgs_4", "typst": "typst" }, @@ -667,12 +683,27 @@ "type": "github" } }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "typst": { "inputs": { "crane": "crane_3", "flake-parts": "flake-parts_2", "nixpkgs": "nixpkgs_5", - "systems": "systems_4" + "systems": "systems_5" }, "locked": { "lastModified": 1700840283, diff --git a/flake.nix b/flake.nix index 290a676..a006fae 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,7 @@ nixos-hardware.url = "github:nixos/nixos-hardware"; - resume = { - url = "git+https://git.fainsin.bzh/Laurent/resume"; - inputs.flake-utils.follows = "flake-utils"; - }; + resume.url = "git+https://git.fainsin.bzh/Laurent/resume"; }; nixConfig = {