summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock37
-rw-r--r--flake.nix8
2 files changed, 11 insertions, 34 deletions
diff --git a/flake.lock b/flake.lock
index 730d6df..cb2e208 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,8 +2,8 @@
"nodes": {
"data": {
"inputs": {
- "flake-utils": "flake-utils",
- "nixpkgs": "nixpkgs"
+ "flake-utils": [],
+ "nixpkgs": []
},
"locked": {
"lastModified": 1668340813,
@@ -34,21 +34,6 @@
"type": "github"
}
},
- "flake-utils_2": {
- "locked": {
- "lastModified": 1667395993,
- "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1668231603,
@@ -63,25 +48,11 @@
"type": "indirect"
}
},
- "nixpkgs_2": {
- "locked": {
- "lastModified": 1668231603,
- "narHash": "sha256-/4br947zgRqABb52iLF4DCHgD49Fw5aQ6/IdTwaM95E=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "d8f2c4d846a2e65ad3f5a5e842b672f0b81588a2",
- "type": "github"
- },
- "original": {
- "id": "nixpkgs",
- "type": "indirect"
- }
- },
"root": {
"inputs": {
"data": "data",
- "flake-utils": "flake-utils_2",
- "nixpkgs": "nixpkgs_2"
+ "flake-utils": "flake-utils",
+ "nixpkgs": "nixpkgs"
}
}
},
diff --git a/flake.nix b/flake.nix
index 570cde9..d583353 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,13 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
- data.url = "github:qaristote/info";
+ data = {
+ url = "github:qaristote/info";
+ inputs = {
+ nixpkgs.follows = "";
+ flake-utils.follows = "";
+ };
+ };
};
outputs = { self, nixpkgs, flake-utils, data }: