diff options
author | pacien | 2023-11-30 16:16:11 +0100 |
---|---|---|
committer | pacien | 2023-11-30 16:18:02 +0100 |
commit | d35f4f3b0681ed77e7ab97aef7f3395320eaa6aa (patch) | |
tree | 8cc6e5a793648b4ee8edca1c22a3c7c549fc1c44 /example | |
parent | 527500f74dfbde992ce9fdc35994b6a1ed312ed2 (diff) | |
download | flaky-utils-d35f4f3b0681ed77e7ab97aef7f3395320eaa6aa.tar.gz |
example: update for nixos release 23.11
Tested and still functional with this new release.
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 cc91ec9..c7752d0 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.05"; | 5 | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; |
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 | }; |