diff options
author | euxane | 2024-10-06 01:02:33 +0200 |
---|---|---|
committer | euxane | 2024-10-06 01:02:33 +0200 |
commit | 3e337302f9fa93a3496aafd7f57223cbd794de28 (patch) | |
tree | 7204de4f36fdb7e9f5cfa4a0b6b29223e00f4227 /example | |
parent | 57435d46fd5a2fe59ca9c86605928690795380f5 (diff) | |
download | flaky-utils-master.tar.gz |
Diffstat (limited to 'example')
-rw-r--r-- | example/flake.nix | 2 |
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 | }; |