This commit is contained in:
spectre 2024-06-06 22:33:19 +02:00
parent 220eb1b974
commit 427fb2c3f6

11
flake.nix Normal file
View file

@ -0,0 +1,11 @@
{
description = "Main Flake by LuminiferousLilith";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable;
nixpkgs-stable.url = github:NixOS/nixpkgs/release-25.05;
flake-utils.url = "github:numtide/flake-utils";
};
}