mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-14 21:01:12 +08:00
temp
This commit is contained in:
parent
2f81f94db5
commit
5835a15a40
13 changed files with 115 additions and 97891 deletions
|
|
@ -23,6 +23,9 @@
|
|||
pkgs.rubyPackages.coderay
|
||||
pkgs.rubyPackages.rouge
|
||||
];
|
||||
shellHook = ''
|
||||
PATH=bin:$PATH
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
5633
index.html
5633
index.html
File diff suppressed because it is too large
Load diff
|
|
@ -3,7 +3,7 @@
|
|||
== Access a top level package from the Nixpkgs/NixOS repo
|
||||
|
||||
....
|
||||
$# ../../../start-shell nix shell nixpkgs#cowsay <<EOL
|
||||
$# start-shell nix shell nixpkgs#cowsay <<EOL
|
||||
$ cowsay "moo"
|
||||
$# EOL
|
||||
....
|
||||
|
|
@ -14,7 +14,7 @@ In this example, we will use a flake defined in a remote git repo.
|
|||
However, you can use any of the flake reference styles defined in <<#flakeref>>.
|
||||
|
||||
....
|
||||
$# ../../../start-shell nix shell git+https://codeberg.org/mhwombat/hello-flake <<EOL
|
||||
$# start-shell nix shell git+https://codeberg.org/mhwombat/hello-flake <<EOL
|
||||
$ hello-flake
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Here's a demonstration using the shell.
|
|||
|
||||
....
|
||||
$ echo "FOO=${FOO}"
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$# echo '$ echo "FOO=\${FOO}"'
|
||||
$# env | grep FOO | grep -v shellHook
|
||||
$# EOL
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Here's a demonstration using the shell.
|
|||
|
||||
....
|
||||
$ hello-flake # Fails; dependency not available
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$ hello-flake # Works in development environment
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Here's a demonstration using the program.
|
|||
|
||||
....
|
||||
$ runghc Main.hs # Fails; dependency not available
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$ runghc Main.hs # Works in development environemnt
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ Here's a demonstration using the program.
|
|||
|
||||
....
|
||||
$ runghc Main.hs # Fails; dependency not available
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$ runghc Main.hs # Works in development environemnt
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ Here's a demonstration using the shell.
|
|||
|
||||
....
|
||||
$ hello-nix # Fails outside development shell
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$ hello-nix
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
77
source/recipes/devshell/nix-non-flake/tempwork/flake.lock
generated
Normal file
77
source/recipes/devshell/nix-non-flake/tempwork/flake.lock
generated
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"nodes": {
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"hello-nix": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1757705465,
|
||||
"narHash": "sha256-sJCQ9+8Dy+QF9ISaupp42+mGbuXtFyqbX85tWzeNPOI=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "56044f61231c996e4ab795de1da89e5f79db3f4f",
|
||||
"revCount": 5,
|
||||
"type": "git",
|
||||
"url": "https://codeberg.org/mhwombat/hello-nix"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://codeberg.org/mhwombat/hello-nix"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1758024132,
|
||||
"narHash": "sha256-T68/gCn378Owm2I93V/pY0TPXjzdBmt9JeXMX9Q9PbM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b780ce5f517649d8c0a36b566282ff69aaf6704f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"hello-nix": "hello-nix",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
27
source/recipes/devshell/nix-non-flake/tempwork/flake.nix
Normal file
27
source/recipes/devshell/nix-non-flake/tempwork/flake.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
hello-nix = {
|
||||
url = "git+https://codeberg.org/mhwombat/hello-nix";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, hello-nix }:
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
helloNix = import hello-nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
devShells = rec {
|
||||
default = pkgs.mkShell {
|
||||
packages = [ helloNix ];
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
@ -20,7 +20,7 @@ Here's a demonstration using the shell.
|
|||
|
||||
....
|
||||
$ cowsay "Moo!" # Fails; dependency not available
|
||||
$# ../../../../../start-shell nix develop <<EOL
|
||||
$# start-shell nix develop <<EOL
|
||||
$ cowsay "Moo!" # Works in development environment
|
||||
$# EOL
|
||||
....
|
||||
|
|
|
|||
92250
wombats-book-of-nix.pdf
92250
wombats-book-of-nix.pdf
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue