From d35f4f3b0681ed77e7ab97aef7f3395320eaa6aa Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 30 Nov 2023 16:16:11 +0100 Subject: example: update for nixos release 23.11 Tested and still functional with this new release. --- example/flake.nix | 2 +- readme.md | 2 +- 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 @@ description = "Example of a Flake using flaky-utils."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; flake-utils.url = "github:numtide/flake-utils"; flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; }; 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. ## Licence and copyright -Copyright (C) 2022 Pacien TRAN-GIRARD. +Copyright (C) 2023 Pacien TRAN-GIRARD. This project is distributed under the terms of European Union Public Licence version 1.2, a copy of which is provided in `./licence.txt`. -- cgit v1.2.3