nixfiles/flake.nix

12 lines
234 B
Nix
Raw Normal View History

2023-12-06 10:21:07 +01:00
{
description = "nixfiles";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
};
outputs = { self, nixpkgs, nixos-hardware, ... }@attrs: {
};
}