nixfiles/flake.nix
2023-12-06 10:21:07 +01:00

12 lines
234 B
Nix

{
description = "nixfiles";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
};
outputs = { self, nixpkgs, nixos-hardware, ... }@attrs: {
};
}