modify
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
# Configuration file init by: nix flake init -t github:misterio77/nix-starter-config#standard
|
||||
{
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, home-manager-unstable, ... }@inputs:
|
||||
outputs = { self, sysversion, nixpkgs, nixpkgs-unstable, home-manager, home-manager-unstable, ... }@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
inherit (nixpkgs) lib;
|
||||
username = "alex";
|
||||
useremail = "reizero@live.com";
|
||||
hostname = "luna";
|
||||
sysversion = "24.11";
|
||||
libs = import ./libs { inherit nixpkgs; };
|
||||
in
|
||||
rec {
|
||||
@@ -63,6 +62,8 @@
|
||||
};
|
||||
|
||||
inputs = {
|
||||
sysversion = "24.11";
|
||||
|
||||
# Nixpkgs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-${sysversion}";
|
||||
# You can access packages and modules from different nixpkgs revs
|
||||
|
||||
Reference in New Issue
Block a user