commit 1a0d0a259d06fc2c2efa0d1a3c7d2f5ed7143b65
parent f5fd702f4f89a5e9096e5f2f2198115055f668be
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 22 Dec 2020 14:28:49 +0100
flake: update flakes
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 28 insertions(+), 23 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"emacs": {
"locked": {
- "lastModified": 1608222280,
- "narHash": "sha256-2OKQLRNlgkE++/wQXL8UjQME0UoHd5c9PVEAHWteDt8=",
+ "lastModified": 1608611296,
+ "narHash": "sha256-hcadivyOMSQBFchvguluSGUv+PQs95/Du9RYvY8zPzI=",
"owner": "nix-community",
"repo": "emacs-overlay",
- "rev": "64053ca574c1b6da4d209557048b5e6562201c95",
+ "rev": "448f5a03777d0d6a61ec5f084d8d321ee91a03e1",
"type": "github"
},
"original": {
@@ -40,11 +40,11 @@
]
},
"locked": {
- "lastModified": 1608053956,
- "narHash": "sha256-q92nhM/j5tuOtfZ4qz87DRQfamOpTpWwzpDioakihZk=",
+ "lastModified": 1608593447,
+ "narHash": "sha256-kPpoSldJMLKS8hdhxj4rnsRZb4f8ZzaiQFjYTuZm4mU=",
"owner": "rycee",
"repo": "home-manager",
- "rev": "66a68b4a58f7c554bd7746acd51ff7cc02840b0a",
+ "rev": "2901044520fbed466eea8b91df55183297eacd47",
"type": "github"
},
"original": {
@@ -56,11 +56,11 @@
},
"nixos": {
"locked": {
- "lastModified": 1608062904,
- "narHash": "sha256-QVaxOnGwZoBtNTlnAV0aeC30ASeJpo583wjotmhpOtg=",
+ "lastModified": 1608560866,
+ "narHash": "sha256-pUEPHLXHOeFdpyw3TENsRiSyMrFGrBTAgTInv7IeFqo=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "647cc06986c1ae4a2bb05298e0cf598723e42970",
+ "rev": "a3a3dda3bacf61e8a39258a0ed9c924eeca8e293",
"type": "github"
},
"original": {
@@ -104,11 +104,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1608222226,
- "narHash": "sha256-ROq1GXveZx3EL4EusyDvKDaoeiNk6IzcDG9wBpHsKxw=",
+ "lastModified": 1608633860,
+ "narHash": "sha256-AGJfdJCR5jfIt8PqGiENXRqhthrS3Gxy8Wzb3Z2GsS4=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "fa0d499dbfa56be0b57b5d822702c624bb434dc1",
+ "rev": "da1b28ab8f361fbe14dc539cd69ce1bfd015fd68",
"type": "github"
},
"original": {
@@ -119,13 +119,17 @@
}
},
"nyxt": {
- "flake": false,
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
"locked": {
- "lastModified": 1608220479,
- "narHash": "sha256-2KR5yXOXZDkWyHU273ow1YIUd1fwXfLSiYstV+CvZto=",
+ "lastModified": 1608631693,
+ "narHash": "sha256-Ct7iLUivoBfR/XHN33HFElloO0QIfDiOjX0/0rd9xqs=",
"owner": "atlas-engineer",
"repo": "nyxt",
- "rev": "ffe46ec549b4c884c07ae42386acb311672ac537",
+ "rev": "f1637b472191c61f59ba5c027e3f278dfaecd819",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
@@ -57,19 +57,20 @@
owner = "nix-community";
repo = "emacs-overlay";
ref = "master";
- };
- gitignore-nix = {
- type = "github";
- owner = "hercules-ci";
- repo = "gitignore.nix";
- ref = "master";
- flake = false;
+ inputs.nixpkgs.follows = "nixpkgs";
};
nyxt = {
type = "github";
owner = "atlas-engineer";
repo = "nyxt";
ref = "master";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+ gitignore-nix = {
+ type = "github";
+ owner = "hercules-ci";
+ repo = "gitignore.nix";
+ ref = "master";
flake = false;
};
};