dotfiles/repl.nix

5 lines
163 B
Nix
Raw Normal View History

2024-04-20 14:28:13 +02:00
let flake = builtins.getFlake ("git+file:" + toString ./.);
2022-05-15 15:39:25 +02:00
in {
inherit flake;
} // flake.legacyPackages.${builtins.currentSystem} // flake.nixosConfigurations