summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2022-08-06 14:53:47 +0200
committerGrigory Shipunov2022-08-06 14:53:47 +0200
commit71c2de5cd3125d974100f9715b461eca1dde20d7 (patch)
treed7eaca6a84074098a3e1ec89d0a6a3c8efe7952a
parent3197528e86f4fb7c0edbb1d562eec9d038cbd497 (diff)
nix flake update
-rw-r--r--flake.lock41
1 files changed, 27 insertions, 14 deletions
diff --git a/flake.lock b/flake.lock
index 7805d41..71b4d1d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,21 +3,20 @@
"emacs-overlay": {
"inputs": {
"flake-utils": "flake-utils",
- "nixpkgs": [
- "nixpkgs-unstable"
- ]
+ "nixpkgs": "nixpkgs"
},
"locked": {
- "lastModified": 1659781103,
- "narHash": "sha256-gjK7w8iXYB3OXd58CWOb1VHR/5K9cATPNGCEjJZmnUM=",
+ "lastModified": 1659692940,
+ "narHash": "sha256-MQOO65a0rZ7E4XSmBs6GYwGr0/ZB5hqdwDEjCTf8NQc=",
"owner": "nix-community",
"repo": "emacs-overlay",
- "rev": "66eac451469bc8936f5955bafd76f4c9caa46cd7",
+ "rev": "9019be27f46ed3a102b2e732cb679eb01217a839",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
+ "rev": "9019be27f46ed3a102b2e732cb679eb01217a839",
"type": "github"
}
},
@@ -95,18 +94,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1659526864,
- "narHash": "sha256-XFzXrc1+6DZb9hBgHfEzfwylPUSqVFJbQPs8eOgYufU=",
+ "lastModified": 1659753918,
+ "narHash": "sha256-EsAYsT9BmKA4DBsFYANyWSRe6DGJg9rr6/5fgXrq9Dc=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "478f3cbc8448b5852539d785fbfe9a53304133be",
+ "rev": "998bc5d86c7263a8de4208af97fe6d8f25c91956",
"type": "github"
},
"original": {
- "owner": "NixOS",
- "ref": "nixos-22.05",
- "repo": "nixpkgs",
- "type": "github"
+ "id": "nixpkgs",
+ "type": "indirect"
}
},
"nixpkgs-22_05": {
@@ -141,12 +138,28 @@
"type": "github"
}
},
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1659526864,
+ "narHash": "sha256-XFzXrc1+6DZb9hBgHfEzfwylPUSqVFJbQPs8eOgYufU=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "478f3cbc8448b5852539d785fbfe9a53304133be",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "nixos-22.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"fenix": "fenix",
"microvm": "microvm",
- "nixpkgs": "nixpkgs",
+ "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix"
}