We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fdf86 commit 2fe6d16Copy full SHA for 2fe6d16
data-raw/shell.nix
@@ -1,9 +1,10 @@
1
# 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.
+# This nix shell definition lets you run 'cue' in a nix shell.
+# 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.
5
6
let
- nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
7
+ nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.05";
8
pkgs = import nixpkgs { config = {}; overlays = []; };
9
in
10
0 commit comments