From 4349a4656a4166e8cc4fbdc1cfac231c92b58d4d Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 19 Mar 2025 20:50:24 +0100 Subject: Update flake stuff --- flake.lock | 39 ++++++++++++++++++++------------------- flake.nix | 4 ++-- lib/libtmi8/flake.nix | 4 ++-- 3 files changed, 24 insertions(+), 23 deletions(-) diff --git a/flake.lock b/flake.lock index d8339b6..804505a 100644 --- a/flake.lock +++ b/flake.lock @@ -5,16 +5,17 @@ "systems": "systems" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", - "revCount": 92, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.92%2Brev-b1d9ab70662946ef0850d488da1c9019f3a9752a/018e2ca5-e5a2-7f80-9261-445a8cecd4d7/source.tar.gz" + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz" + "owner": "numtide", + "repo": "flake-utils", + "type": "github" } }, "libtmi8": { @@ -27,28 +28,28 @@ ] }, "locked": { - "lastModified": 1, - "narHash": "sha256-G6OEDWGxSLDOcc5lNcYFyqRPaTu3GCdfiI3bT+40bo0=", "path": "./lib/libtmi8", "type": "path" }, "original": { "path": "./lib/libtmi8", "type": "path" - } + }, + "parent": [] }, "nixpkgs": { "locked": { - "lastModified": 1722519197, - "narHash": "sha256-VEdJmVU2eLFtLqCjTYJd1J7+Go8idAcZoT11IewFiRg=", - "rev": "05405724efa137a0b899cce5ab4dde463b4fd30b", - "revCount": 633655, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOs/nixpkgs/0.2405.633655%2Brev-05405724efa137a0b899cce5ab4dde463b4fd30b/0191155c-b6ad-7876-8d08-9db8408432d0/source.tar.gz" + "lastModified": 1742268799, + "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "da044451c6a70518db5b730fe277b70f494188f1", + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/NixOs/nixpkgs/%2A.tar.gz" + "id": "nixpkgs", + "ref": "nixos-24.11", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 22ca0e6..54fd712 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOs/nixpkgs/*.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"; + nixpkgs.url = "nixpkgs/nixos-24.11"; + flake-utils.url = "github:numtide/flake-utils"; libtmi8 = { url = "path:./lib/libtmi8"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/lib/libtmi8/flake.nix b/lib/libtmi8/flake.nix index 2ae7fc9..d77bebc 100644 --- a/lib/libtmi8/flake.nix +++ b/lib/libtmi8/flake.nix @@ -1,7 +1,7 @@ { inputs = { - nixpkgs.url = "https://flakehub.com/f/NixOs/nixpkgs/*.tar.gz"; - flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"; + nixpkgs.url = "nixpkgs/nixos-24.11"; + flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, flake-utils, ... }@inputs: -- cgit v1.2.3