mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 01:46:43 +00:00
5 lines
123 B
Nix
5 lines
123 B
Nix
let
|
|
flake = builtins.getFlake "git+file://${builtins.toString ./.}";
|
|
in
|
|
flake.packages.${builtins.currentSystem}.default
|