aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authoreuxane2024-10-06 01:02:33 +0200
committereuxane2024-10-06 01:02:33 +0200
commit3e337302f9fa93a3496aafd7f57223cbd794de28 (patch)
tree7204de4f36fdb7e9f5cfa4a0b6b29223e00f4227 /example
parent57435d46fd5a2fe59ca9c86605928690795380f5 (diff)
downloadflaky-utils-master.tar.gz
channel: update for nixos 24.05HEADmaster
Diffstat (limited to 'example')
-rw-r--r--example/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/flake.nix b/example/flake.nix
index 7719fab..3ace7bd 100644
--- a/example/flake.nix
+++ b/example/flake.nix
@@ -2,7 +2,7 @@
2 description = "Example of a Flake using flaky-utils."; 2 description = "Example of a Flake using flaky-utils.";
3 3
4 inputs = { 4 inputs = {
5 nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; 5 nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
6 flake-utils.url = "github:numtide/flake-utils"; 6 flake-utils.url = "github:numtide/flake-utils";
7 flaky-utils.url = "git+https://cgit.euxane.net/flaky-utils"; 7 flaky-utils.url = "git+https://cgit.euxane.net/flaky-utils";
8 }; 8 };