diff options
author | 2025-03-19 20:47:03 +0100 | |
---|---|---|
committer | 2025-03-19 20:47:03 +0100 | |
commit | e908a4672ce3960d9f24eefebb0538d6a5e51cf8 (patch) | |
tree | a8e263677f207b5fe53c1117b996ef2a20ae9e75 /flake.nix | |
parent | 2857150f9e6a7bdda0ab792696d8a15466f0e337 (diff) | |
download | icalproxy-e908a4672ce3960d9f24eefebb0538d6a5e51cf8.tar.gz icalproxy-e908a4672ce3960d9f24eefebb0538d6a5e51cf8.zip |
Update flake stuff
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |