mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-02-03 19:48:27 +08:00
temp
This commit is contained in:
parent
0b4c31e79b
commit
3220cdc8dc
13 changed files with 55 additions and 191 deletions
|
|
@ -42,7 +42,7 @@ we see that this flake provides both a package and an app called `hello`.
|
|||
Here's a demonstration using the shell.
|
||||
|
||||
....
|
||||
$ hello-flake # Won't work; dependency not available
|
||||
$ hello-flake # Fails; dependency not available
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$ hello-flake # Works in development environment
|
||||
$# EOL
|
||||
|
|
|
|||
|
|
@ -72,11 +72,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1757876592,
|
||||
"narHash": "sha256-P8XdKg87fR5PpCjIgMH+05PDwhdmlNrigsvChdHfyaw=",
|
||||
"lastModified": 1757942231,
|
||||
"narHash": "sha256-yM1FFsRiyESij/lzbdBMCUoFOKMoShHu0CAexnBWzTM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5ad881b15fb2b63c2f127533ca59f840fcc24c3f",
|
||||
"rev": "dd16e0b60390586a261a4e28fc180a91212fe010",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue