index
:
nix/my-nixpkgs
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flake.nix
blob: 69149df2e6098fc7a54a449ad13c8e8083d0a344 (
plain
)
1
2
3
4
5
{ outputs = { self }: { nixosModules.personal = import ./modules/nixos; }; }