aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRutger Broekhoff2025-03-19 20:47:03 +0100
committerRutger Broekhoff2025-03-19 20:47:03 +0100
commite908a4672ce3960d9f24eefebb0538d6a5e51cf8 (patch)
treea8e263677f207b5fe53c1117b996ef2a20ae9e75
parent2857150f9e6a7bdda0ab792696d8a15466f0e337 (diff)
downloadicalproxy-e908a4672ce3960d9f24eefebb0538d6a5e51cf8.tar.gz
icalproxy-e908a4672ce3960d9f24eefebb0538d6a5e51cf8.zip
Update flake stuff
-rw-r--r--flake.lock34
-rw-r--r--flake.nix4
2 files changed, 20 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock
index 1bcf97a..11a582b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -5,30 +5,32 @@
5 "systems": "systems" 5 "systems": "systems"
6 }, 6 },
7 "locked": { 7 "locked": {
8 "lastModified": 1701680307, 8 "lastModified": 1731533236,
9 "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", 9 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
10 "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", 10 "owner": "numtide",
11 "revCount": 88, 11 "repo": "flake-utils",
12 "type": "tarball", 12 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
13 "url": "https://api.flakehub.com/f/pinned/numtide/flake-utils/0.1.88%2Brev-4022d587cbbfd70fe950c1e2083a02621806a725/018c340d-3287-7c66-818b-f2f646a808e3/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 "nixpkgs": { 21 "nixpkgs": {
21 "locked": { 22 "locked": {
22 "lastModified": 1701952659, 23 "lastModified": 1742268799,
23 "narHash": "sha256-TJv2srXt6fYPUjxgLAL0cy4nuf1OZD4KuA1TrCiQqg0=", 24 "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=",
24 "rev": "b4372c4924d9182034066c823df76d6eaf1f4ec4", 25 "owner": "NixOS",
25 "revCount": 552856, 26 "repo": "nixpkgs",
26 "type": "tarball", 27 "rev": "da044451c6a70518db5b730fe277b70f494188f1",
27 "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2311.552856%2Brev-b4372c4924d9182034066c823df76d6eaf1f4ec4/018c47c2-c604-7ad3-b455-4b2ad1c90554/source.tar.gz" 28 "type": "github"
28 }, 29 },
29 "original": { 30 "original": {
30 "type": "tarball", 31 "id": "nixpkgs",
31 "url": "https://flakehub.com/f/NixOS/nixpkgs/0.2311.%2A.tar.gz" 32 "ref": "nixos-24.11",
33 "type": "indirect"
32 } 34 }
33 }, 35 },
34 "root": { 36 "root": {
diff --git a/flake.nix b/flake.nix
index f8ca910..e2a915b 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/0.2311.*.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: