removed unnecesary lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
description = "JawZ NixOS flake setup";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable-small";
|
||||
nixpkgs-chrome.url = "github:nixos/nixpkgs?rev=05bbf675397d5366259409139039af8077d695ce";
|
||||
ucodenix.url = "github:e-tho/ucodenix";
|
||||
nix-gaming.url = "github:fufexan/nix-gaming";
|
||||
@@ -50,7 +50,6 @@
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit lib;
|
||||
nixosConfigurations = {
|
||||
workstation = lib.nixosSystem (createConfig "workstation");
|
||||
miniserver = lib.nixosSystem (createConfig "miniserver");
|
||||
|
||||
Reference in New Issue
Block a user