Set project name as a varible in flake so it can be changed easier.
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user