removed unnecesary lib

This commit is contained in:
2024-11-14 00:04:59 -06:00
parent cc4e8b86cd
commit 804fe6ffc2
2 changed files with 5 additions and 6 deletions

View File

@@ -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");