aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-11-30 16:16:11 +0100
committerpacien2023-11-30 16:18:02 +0100
commitd35f4f3b0681ed77e7ab97aef7f3395320eaa6aa (patch)
tree8cc6e5a793648b4ee8edca1c22a3c7c549fc1c44
parent527500f74dfbde992ce9fdc35994b6a1ed312ed2 (diff)
downloadflaky-utils-d35f4f3b0681ed77e7ab97aef7f3395320eaa6aa.tar.gz
example: update for nixos release 23.11HEADmaster
Tested and still functional with this new release.
-rw-r--r--example/flake.nix2
-rw-r--r--readme.md2
2 files changed, 2 insertions, 2 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 };
diff --git a/readme.md b/readme.md
index 649d53c..42fe7a7 100644
--- a/readme.md
+++ b/readme.md
@@ -18,7 +18,7 @@ Issues and patches: email the author.
18 18
19## Licence and copyright 19## Licence and copyright
20 20
21Copyright (C) 2022 Pacien TRAN-GIRARD. 21Copyright (C) 2023 Pacien TRAN-GIRARD.
22 22
23This project is distributed under the terms of European Union Public Licence 23This project is distributed under the terms of European Union Public Licence
24version 1.2, a copy of which is provided in `./licence.txt`. 24version 1.2, a copy of which is provided in `./licence.txt`.