index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bootstrap
/
default.nix
blob: 29dda5c02ae72f1bb904c8e1ac588ed0be508ea5 (
plain
) (
blame
)
1
2
{
pkgs
,
...
}:
pkgs
.
writeShellScriptBin
"install"
(
builtins
.
readFile
./install
)