From 58d575ebebd7451292c61236ffd346fe7b8849d9 Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 20 May 2025 21:56:13 -0500 Subject: [PATCH] added monolisa --- flake.lock | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ flake.nix | 3 +++ 2 files changed, 58 insertions(+) diff --git a/flake.lock b/flake.lock index b6ad012..aa3fae8 100644 --- a/flake.lock +++ b/flake.lock @@ -42,6 +42,24 @@ "type": "github" } }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -62,6 +80,27 @@ "type": "github" } }, + "monolisa": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1719659382, + "narHash": "sha256-fJIgQZ4NI9mLJcT+cBk++gnSzFwxrHtIwb35RXk+bE0=", + "owner": "mykhalskyio", + "repo": "monolisa-flake", + "rev": "6e2a552bb64e54d41d3b19e7072fb675a7efdad8", + "type": "github" + }, + "original": { + "owner": "mykhalskyio", + "repo": "monolisa-flake", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1747542820, @@ -82,8 +121,24 @@ "inputs": { "ags": "ags", "home-manager": "home-manager", + "monolisa": "monolisa", "nixpkgs": "nixpkgs" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 6c6cb61..25cf571 100644 --- a/flake.nix +++ b/flake.nix @@ -8,6 +8,9 @@ ags.url = "github:aylur/ags"; ags.inputs.nixpkgs.follows = "nixpkgs"; + + monolisa.url = "github:mykhalskyio/monolisa-flake"; + monolisa.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = {