File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Install the nix package manager if it is not available: https://nixos.org/download/#download-nix
2- # This nix shell definition lets you run 'cue' version 0.8.2 under go version go1.22.8 in a nix shell.
3- # Start it by running 'nix-shell' in this folder.
2+ # This nix shell definition lets you run 'cue' in a nix shell.
3+ # Install it by running the command 'nix-shell' in a terminal in this folder, then run `cue` in the
4+ # nix shell. Enter 'exit' to exit the nix shell.
45
56let
6- nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24 .05" ;
7+ nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25 .05" ;
78 pkgs = import nixpkgs { config = { } ; overlays = [ ] ; } ;
89in
910
You can’t perform that action at this time.
0 commit comments