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-02-13 12:19:00 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
fd5f894934
nixos-config
/
templates
/
basic-nix-module-flake
/
shell.nix
6 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
flake: add basic-nix-module-flake template
2024-02-10 09:19:11 +00:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
chore: reformat codebase
2025-01-29 04:48:19 +00:00
mkShell
{
packages
=
[
nixpkgs-fmt
treefmt
]
;
}
Reference in New Issue
Copy Permalink