about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-13 11:41:35 +0200
committerSoispha <soispha@vhack.eu>2023-05-13 11:41:35 +0200
commit0901fc2c6c5cbd152e1139e6ff12afafe96f7f13 (patch)
tree981779c700a5a25aafd90acee45c30ff4c2ccb21
parentDocs(notes/laptop): Add section about backlight (diff)
downloadnixos-config-0901fc2c6c5cbd152e1139e6ff12afafe96f7f13.tar.gz
nixos-config-0901fc2c6c5cbd152e1139e6ff12afafe96f7f13.zip
Build(flake): Update
Diffstat (limited to '')
-rw-r--r--flake.lock29
-rw-r--r--flake.nix1
2 files changed, 17 insertions, 13 deletions
diff --git a/flake.lock b/flake.lock
index 606848a3..c771e84b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,16 +3,19 @@
     "agenix": {
       "inputs": {
         "darwin": "darwin",
+        "home-manager": [
+          "home-manager"
+        ],
         "nixpkgs": [
           "nixpkgs"
         ]
       },
       "locked": {
-        "lastModified": 1682101079,
-        "narHash": "sha256-MdAhtjrLKnk2uiqun1FWABbKpLH090oeqCSiWemtuck=",
+        "lastModified": 1683866323,
+        "narHash": "sha256-M2bEuh2jr0Ec13GnP5f8unD8q0AcPt2fHSUynOZJ8No=",
         "owner": "ryantm",
         "repo": "agenix",
-        "rev": "2994d002dcff5353ca1ac48ec584c7f6589fe447",
+        "rev": "92197270a1eedd142a4aff853e4cc6d1e838c22f",
         "type": "github"
       },
       "original": {
@@ -153,11 +156,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1683201561,
-        "narHash": "sha256-I1Z3iUlJd8+8ZRm3lMt8CiJG8lR9fet1H2HdZ5CGB80=",
+        "lastModified": 1683648823,
+        "narHash": "sha256-Qjtqek0LVrb5dUqg99zLPzbSU/3Cb/yi6SzdbTNdWdA=",
         "ref": "refs/heads/prime",
-        "rev": "9f4b5f1cda8b6138e1b478e8ccbcb776a3f75028",
-        "revCount": 28,
+        "rev": "88b959eba73026c42a74b5c9fb63673164983ef2",
+        "revCount": 47,
         "type": "git",
         "url": "https://codeberg.org/soispha/grades.git"
       },
@@ -173,11 +176,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1683543852,
-        "narHash": "sha256-aS9qNcg9GwSYFLCWa3Lw+2nVPG11mmQ3B7Oka1hh04M=",
+        "lastModified": 1683929392,
+        "narHash": "sha256-qJddrb/bgS58AXAv25iv5xJ+69G5g7FAYCWec1lLnW0=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "3f3fa731ad0f99741d4dc98e8e1287b45e30b452",
+        "rev": "eec22729990ddf53d1e45e74624ddf667cdbe11b",
         "type": "github"
       },
       "original": {
@@ -371,11 +374,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1683512408,
-        "narHash": "sha256-QMJGp/37En+d5YocJuSU89GL14bBYkIJQ6mqhRfqkkc=",
+        "lastModified": 1683944292,
+        "narHash": "sha256-ks2N8FtrUvePO5X2fN9WoelgMVwDa1jUA7XEyC9S+7g=",
         "owner": "oxalica",
         "repo": "rust-overlay",
-        "rev": "75b07756c3feb22cf230e75fb064c1b4c725b9bc",
+        "rev": "7ec9793168e4c328f08d10ab7ef4a1ada2dbf93e",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 79bbf35d..b837347c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,6 +48,7 @@
       url = "github:ryantm/agenix";
       inputs = {
         nixpkgs.follows = "nixpkgs";
+        home-manager.follows = "home-manager";
       };
     };
     ragenix = {