From 4ea08b3976188eb01a74548d68b227a7794b4caa Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 9 May 2025 17:54:45 -0500 Subject: Add current configuration --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..329ddfc --- /dev/null +++ b/flake.nix @@ -0,0 +1,12 @@ +{ + description = ""; + + inputs = { + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + }; + + outputs = { self, nixpkgs }: { + nixosConfigurations = + import ./hosts { inherit nixpkgs; }; + }; +} -- cgit v1.2.3