This website requires JavaScript.
Explore
Help
Sign In
dan
/
liminix
Watch
1
Star
0
Fork
5
You've already forked liminix
Code
f4dc001b71
liminix
/
pkgs
/
preinit
/
shell.nix
6 lines
76 B
Nix
Raw
Normal View
History
Unescape
Escape
nixfmt-rfc-style There is nothing in this commit except for the changes made by nix-shell -p nixfmt-rfc-style --run "nixfmt ." If this has mucked up your open branches then sorry about that. You can probably nixfmt them to match before merging
2025-02-10 21:55:08 +00:00
with
import
<nixpkgs>
{
}
;
preinit: parse rootfstype from kernel command line
2023-10-19 17:56:09 +00:00
mkShell
{
name
=
"
p
r
e
i
n
i
t
-
e
n
v
"
;
src
=
./.
;
}
Copy Permalink