From c0717cd0fc05dd7fc88e6941923570b00ed55f18 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 16:48:09 +0100 Subject: Fix(home-manager): Import home-manager correctly --- flake.lock | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 94284b5a..e68df48b 100644 --- a/flake.lock +++ b/flake.lock @@ -91,7 +91,8 @@ "inputs": { "home-manager": "home-manager", "nixpkgs": "nixpkgs", - "strip_js_comments": "strip_js_comments" + "strip_js_comments": "strip_js_comments", + "user_js": "user_js" } }, "strip_js_comments": { @@ -117,6 +118,22 @@ "url": "https://codeberg.org/ene/strip_js_comments.git" } }, + "user_js": { + "flake": false, + "locked": { + "lastModified": 1675728165, + "narHash": "sha256-ebSx6DaXoGKcCoK6UcDnWvdAW6J2X6pJRPD1Pw7UNOw=", + "owner": "arkenfox", + "repo": "user.js", + "rev": "73884850632ffe284f76881786f7d5903b917f58", + "type": "github" + }, + "original": { + "owner": "arkenfox", + "repo": "user.js", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1667395993, -- cgit 1.4.1