diff options
author | pacien | 2023-08-25 02:16:13 +0200 |
---|---|---|
committer | pacien | 2023-08-25 02:16:13 +0200 |
commit | 01c1fa3821e086d639e502980826fe03ead5c21e (patch) | |
tree | 98943463f4da3553643ae52fc233568cbc12ecef /example | |
parent | c3f9daf4ec56276e040bc33e29c7eeaf1b99d91c (diff) | |
download | flaky-utils-01c1fa3821e086d639e502980826fe03ead5c21e.tar.gz |
example: update nixpkgs stable channel
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 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 | }; |