From c9cbf8f6d7d172ad03b907cca1e83f5fbae03975 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 24 Jul 2021 06:37:48 +0200 Subject: [PATCH] Update dependencies --- flake.lock | 20 ++++++++------------ flake.nix | 8 ++++---- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 7c41447d..6a7625d1 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,15 @@ ] }, "locked": { - "lastModified": 1627069617, + "lastModified": 1627100708, "narHash": "sha256-s/GiZzXildy05Gn21xwaY9nr008v5VMtfvIBtZinYVk=", "owner": "accentor", "repo": "flake", - "rev": "a6c06b32fffdc3f15d6ff14cbfd4afa735ae70d4", + "rev": "c206b8a5c8c41f049cc640cbbd82ff13aca6c2c8", "type": "github" }, "original": { "owner": "accentor", - "ref": "feature/overridable-packages", "repo": "flake", "type": "github" } @@ -43,16 +42,15 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1627058059, - "narHash": "sha256-rnJ8lv9ZackPji5ngyEJbMA3rIVoVkv2YSgcuSVwFz4=", + "lastModified": 1627088262, + "narHash": "sha256-08/bLnIvlActZM2GASLU4jeldhFb4bZH76T7fgYYH4A=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "dd54cb4be116d3ca13f6e90a5bfb0e792b5133b5", + "rev": "f37b084e6f483df1f0a9c0cd01c87b1671f3cd81", "type": "github" }, "original": { "owner": "nix-community", - "ref": "master", "repo": "emacs-overlay", "type": "github" } @@ -79,16 +77,15 @@ ] }, "locked": { - "lastModified": 1626841047, - "narHash": "sha256-DSS2Wuu9P0oUzVRTwkd9J/AALhS9kA2ZwSlX0u8gGsM=", + "lastModified": 1627079826, + "narHash": "sha256-+Bz7GgiWMm9aTuZ0fvYp4Tc4wVaN4Z7IwFS2IMJw7XA=", "owner": "nix-community", "repo": "home-manager", - "rev": "41101d0e62fe3cdb76e8e64349a2650da1433dd4", + "rev": "996b43973969b3453e23dd06d2fc19765fb31e9d", "type": "github" }, "original": { "owner": "nix-community", - "ref": "master", "repo": "home-manager", "type": "github" } @@ -133,7 +130,6 @@ }, "original": { "owner": "gytis-ivaskevicius", - "ref": "master", "repo": "flake-utils-plus", "type": "github" } diff --git a/flake.nix b/flake.nix index d24d535c..824736b7 100644 --- a/flake.nix +++ b/flake.nix @@ -3,20 +3,20 @@ inputs = { accentor = { - url = "github:accentor/flake/feature/overridable-packages"; + url = "github:accentor/flake"; inputs.nixpkgs.follows = "nixpkgs"; }; agenix = { url = "github:ryantm/agenix"; inputs.nixpkgs.follows = "nixpkgs"; }; - emacs-overlay.url = "github:nix-community/emacs-overlay/master"; + emacs-overlay.url = "github:nix-community/emacs-overlay"; home-manager = { - url = "github:nix-community/home-manager/master"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - utils.url = "github:gytis-ivaskevicius/flake-utils-plus/master"; + utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; }; outputs = inputs@{ self, nixpkgs, accentor, agenix, emacs-overlay, home-manager, utils }: