This website requires JavaScript.
Explore
Help
Sign In
greg
/
nixos
Watch
1
Star
0
Fork
2
Code
Issues
Pull Requests
4
Actions
Packages
Projects
Releases
Wiki
Activity
Files
581d51382c3a9ab5e81c125b0714461e2eb8eeef
nixos
/
overlays
/
inject.nix
T
4 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
Add devshell
2023-06-28 23:10:07 -05:00
{
pkgs
,
...
}:
pkgs
.
writeShellScriptBin
"inject-nixos-config"
(
builtins
.
readFile
./inject.sh
)
Reference in New Issue
Copy Permalink