This website requires JavaScript.
Explore
Help
Sign In
foodogsquared
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced
2025-01-31 04:58:01 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
5a0f61da58
nixos-config
/
templates
/
basic-overlay-flake
/
shell.nix
11 lines
107 B
Nix
Raw
Normal View
History
Unescape
Escape
templates/basic-overlay-flake: init template
2022-09-01 02:01:15 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
templates/basic-overlay-flake: improve and format template
2022-09-01 14:46:55 +00:00
mkShell
{
packages
=
[
rnix-lsp
nixpkgs-fmt
]
;
}
Reference in New Issue
Copy Permalink