Home

helix.drv @main - refs - log -
-
https://git.jolheiser.com/helix.drv.git
My Helix configuration as a Nix derivation
tree log patch
let nixpkgs roam free Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQOlcn7exrEXm0aK9SC22hp8BgCutwZPFZRw/p2/dIXj2aWx/pprXj10wvov8gZ9Sc3 LhW+cL5c2ooTh78kX2NQk= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 months ago
2 changed files, 6 additions(+), 31 deletions(-)
M flake.lockflake.lock
diff --git a/flake.lock b/flake.lock
index 02f6b9781170ad6638cc4e5ed3e40add8bf906ea..82d9e434075c3869f40e2854df09bf019279f3f7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,46 +1,24 @@
 {
   "nodes": {
-    "jolheiser": {
-      "inputs": {
-        "nixpkgs": "nixpkgs"
-      },
-      "locked": {
-        "lastModified": 1739904102,
-        "narHash": "sha256-Oh+ckGaUrnH5mMCsPvU9XViSAIfbigW7H0Rq/ZbbhlI=",
-        "ref": "refs/heads/main",
-        "rev": "0abadd849d3d36ca87fda7ea9ed637f25a0e9dae",
-        "revCount": 3,
-        "type": "git",
-        "url": "https://git.jolheiser.com/nixpkgs.git"
-      },
-      "original": {
-        "type": "git",
-        "url": "https://git.jolheiser.com/nixpkgs.git"
-      }
-    },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1739736696,
-        "narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=",
+        "lastModified": 1741037377,
+        "narHash": "sha256-SvtvVKHaUX4Owb+PasySwZsoc5VUeTf1px34BByiOxw=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f",
+        "rev": "02032da4af073d0f6110540c8677f16d4be0117f",
         "type": "github"
       },
       "original": {
         "owner": "nixos",
-        "ref": "nixos-unstable",
+        "ref": "nixpkgs-unstable",
         "repo": "nixpkgs",
         "type": "github"
       }
     },
     "root": {
       "inputs": {
-        "jolheiser": "jolheiser",
-        "nixpkgs": [
-          "jolheiser",
-          "nixpkgs"
-        ]
+        "nixpkgs": "nixpkgs"
       }
     }
   },
M flake.nixflake.nix
diff --git a/flake.nix b/flake.nix
index 0fd4eff9567a0d8efa4c12430867da96ce14f46d..d7cf81a76a8b99b6f8d9d607826ebe87f02dab52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,9 +1,6 @@
 {
   description = "jolheiser helix derivation";
-  inputs = {
-    jolheiser.url = "git+https://git.jolheiser.com/nixpkgs.git";
-    nixpkgs.follows = "jolheiser/nixpkgs";
-  };
+  inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
   outputs =
     {
       nixpkgs,