aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRutger Broekhoff2025-03-19 20:50:24 +0100
committerRutger Broekhoff2025-03-19 20:50:24 +0100
commit4349a4656a4166e8cc4fbdc1cfac231c92b58d4d (patch)
tree70fe56ec5c17448aecc340979c2260ff0b85621f
parent17f285ed4ea86c584481958fcbeed53f464a3cf2 (diff)
downloadoeuf-4349a4656a4166e8cc4fbdc1cfac231c92b58d4d.tar.gz
oeuf-4349a4656a4166e8cc4fbdc1cfac231c92b58d4d.zip
Update flake stuffHEADmain
-rw-r--r--flake.lock39
-rw-r--r--flake.nix4
-rw-r--r--lib/libtmi8/flake.nix4
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 @@
5 "systems": "systems" 5 "systems": "systems"
6 }, 6 },
7 "locked": { 7 "locked": {
8 "lastModified": 1710146030, 8 "lastModified": 1731533236,
9 "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", 9 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
10 "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", 10 "owner": "numtide",
11 "revCount": 92, 11 "repo": "flake-utils",
12 "type": "tarball", 12 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
13 "url": "https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.92%2Brev-b1d9ab70662946ef0850d488da1c9019f3a9752a/018e2ca5-e5a2-7f80-9261-445a8cecd4d7/source.tar.gz" 13 "type": "github"
14 }, 14 },
15 "original": { 15 "original": {
16 "type": "tarball", 16 "owner": "numtide",
17 "url": "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz" 17 "repo": "flake-utils",
18 "type": "github"
18 } 19 }
19 }, 20 },
20 "libtmi8": { 21 "libtmi8": {
@@ -27,28 +28,28 @@
27 ] 28 ]
28 }, 29 },
29 "locked": { 30 "locked": {
30 "lastModified": 1,
31 "narHash": "sha256-G6OEDWGxSLDOcc5lNcYFyqRPaTu3GCdfiI3bT+40bo0=",
32 "path": "./lib/libtmi8", 31 "path": "./lib/libtmi8",
33 "type": "path" 32 "type": "path"
34 }, 33 },
35 "original": { 34 "original": {
36 "path": "./lib/libtmi8", 35 "path": "./lib/libtmi8",
37 "type": "path" 36 "type": "path"
38 } 37 },
38 "parent": []
39 }, 39 },
40 "nixpkgs": { 40 "nixpkgs": {
41 "locked": { 41 "locked": {
42 "lastModified": 1722519197, 42 "lastModified": 1742268799,
43 "narHash": "sha256-VEdJmVU2eLFtLqCjTYJd1J7+Go8idAcZoT11IewFiRg=", 43 "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=",
44 "rev": "05405724efa137a0b899cce5ab4dde463b4fd30b", 44 "owner": "NixOS",
45 "revCount": 633655, 45 "repo": "nixpkgs",
46 "type": "tarball", 46 "rev": "da044451c6a70518db5b730fe277b70f494188f1",
47 "url": "https://api.flakehub.com/f/pinned/NixOs/nixpkgs/0.2405.633655%2Brev-05405724efa137a0b899cce5ab4dde463b4fd30b/0191155c-b6ad-7876-8d08-9db8408432d0/source.tar.gz" 47 "type": "github"
48 }, 48 },
49 "original": { 49 "original": {
50 "type": "tarball", 50 "id": "nixpkgs",
51 "url": "https://flakehub.com/f/NixOs/nixpkgs/%2A.tar.gz" 51 "ref": "nixos-24.11",
52 "type": "indirect"
52 } 53 }
53 }, 54 },
54 "root": { 55 "root": {
diff --git a/flake.nix b/flake.nix
index 22ca0e6..54fd712 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,7 +1,7 @@
1{ 1{
2 inputs = { 2 inputs = {
3 nixpkgs.url = "https://flakehub.com/f/NixOs/nixpkgs/*.tar.gz"; 3 nixpkgs.url = "nixpkgs/nixos-24.11";
4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"; 4 flake-utils.url = "github:numtide/flake-utils";
5 libtmi8 = { 5 libtmi8 = {
6 url = "path:./lib/libtmi8"; 6 url = "path:./lib/libtmi8";
7 inputs.nixpkgs.follows = "nixpkgs"; 7 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 @@
1{ 1{
2 inputs = { 2 inputs = {
3 nixpkgs.url = "https://flakehub.com/f/NixOs/nixpkgs/*.tar.gz"; 3 nixpkgs.url = "nixpkgs/nixos-24.11";
4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.88.tar.gz"; 4 flake-utils.url = "github:numtide/flake-utils";
5 }; 5 };
6 6
7 outputs = { self, nixpkgs, flake-utils, ... }@inputs: 7 outputs = { self, nixpkgs, flake-utils, ... }@inputs: