Files
bootler/flake.nix
andromeda 1bd2067333 init
2026-02-28 21:50:41 +01:00

12 lines
138 B
Nix

{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
outputs = {
nixpkgs,
self,
...
}: {
};
}