Skip to content

Commit

Permalink
doc: use EPNix release branches in code excerpts
Browse files Browse the repository at this point in the history
  • Loading branch information
minijackson committed Jun 5, 2024
1 parent 342c159 commit 0721986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/nixos/guides/_pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ For example:
``` {.diff filename="flake.nix"}
{
# ...
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
+ inputs.epnix.url = "github:epics-extensions/EPNix";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
+ inputs.epnix.url = "github:epics-extensions/EPNix/nixos-23.11";

# ...
outputs = {
Expand Down
2 changes: 1 addition & 1 deletion doc/nixos/tutorials/archiver-appliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Fill the file with these lines:
description = "Configuration for running Archiver Appliance in a VM";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
inputs.epnix.url = "github:epics-extensions/EPNix";
inputs.epnix.url = "github:epics-extensions/EPNix/nixos-23.11";
outputs = { self, nixpkgs, epnix }: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit 0721986

Please sign in to comment.