Skip to content

Commit

Permalink
chore: update to nixos 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Jun 13, 2024
1 parent b514385 commit 4ee5506
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions docs/.flake/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/.flake/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# inputs.nixpkgs.url = "github:identinet/nixpkgs/identinet";
inputs.nixpkgs_unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, nixpkgs_unstable, flake-utils }:
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
description = "NixOS docker image";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
Expand Down

0 comments on commit 4ee5506

Please sign in to comment.