Testing VM

This commit is contained in:
2026-03-07 14:42:45 +01:00
parent 553098bdb0
commit 32b7beae82
4 changed files with 298 additions and 299 deletions
+290 -290
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -429,7 +429,7 @@ This is the default user, just search and replace henrov another name if you wan
** =assets/flake/terminal_shell/devshell.nix=
This code defines a Nix shell environment (also called a "devShell") that you can enter using the nix develop command. When you enter this shell, Nix will provide the tools and dependencies listed in buildInputs.
#+BEGIN_SRC nix :tangle assets/flake/users/henrov.nix :noweb tangle :mkdirp yes :eval never-html
#+BEGIN_SRC nix :tangle assets/flake/terminal_shell/devshell.nix :noweb tangle :mkdirp yes :eval never-html
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
@@ -0,0 +1,7 @@
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}
-8
View File
@@ -6,11 +6,3 @@
stateVersion = "25.11";
locale = "nl_NL.UTF-8";
}
{ mkShell }:
mkShell {
buildInputs = with import <nixpkgs> {}; [
nil
nixfmt-rfc-style
];
}