Set project name as a varible in flake so it can be changed easier.

This commit is contained in:
2025-12-11 16:20:20 +01:00
parent e0daa8743d
commit 7b51a603c4
9 changed files with 35 additions and 26 deletions

View File

@ -41,6 +41,7 @@
let
username = "cookiez";
hostname = "nixos";
project = "NixOS";
version = "26.05"; #DO NOT change to "unstable" as it is not a valid option for all cascading uses of this variable
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
@ -56,6 +57,7 @@
inherit username;
inherit version;
inherit system;
inherit project;
host = hostname;
};
modules = [