Testing VM
This commit is contained in:
+290
-290
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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=
|
** =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.
|
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 }:
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = with import <nixpkgs> {}; [
|
buildInputs = with import <nixpkgs> {}; [
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{ mkShell }:
|
||||||
|
mkShell {
|
||||||
|
buildInputs = with import <nixpkgs> {}; [
|
||||||
|
nil
|
||||||
|
nixfmt-rfc-style
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -6,11 +6,3 @@
|
|||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
locale = "nl_NL.UTF-8";
|
locale = "nl_NL.UTF-8";
|
||||||
}
|
}
|
||||||
|
|
||||||
{ mkShell }:
|
|
||||||
mkShell {
|
|
||||||
buildInputs = with import <nixpkgs> {}; [
|
|
||||||
nil
|
|
||||||
nixfmt-rfc-style
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user