aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-08-25 02:16:13 +0200
committerpacien2023-08-25 02:16:13 +0200
commit01c1fa3821e086d639e502980826fe03ead5c21e (patch)
tree98943463f4da3553643ae52fc233568cbc12ecef
parentc3f9daf4ec56276e040bc33e29c7eeaf1b99d91c (diff)
downloadflaky-utils-01c1fa3821e086d639e502980826fe03ead5c21e.tar.gz
example: update nixpkgs stable channel
-rw-r--r--example/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/flake.nix b/example/flake.nix
index 17d15fc..3268b81 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-22.05"; 5 nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
6 flake-utils.url = "github:numtide/flake-utils"; 6 flake-utils.url = "github:numtide/flake-utils";
7 flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; 7 flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils";
8 }; 8 };