From c35c47e9933a3d30b75a4ba182477fcdc9246300 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Fri, 17 Dec 2021 12:36:03 +0100 Subject: [PATCH] GIT lfs added, FLAKE upd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated input 'emacs-overlay': → 'github:nix-community/emacs-overlay/34bbf91130fc793aa87ae8dff75b6a5a88337188' (2021-12-17) • Updated input 'nixpkgs-unstable': → 'github:NixOS/nixpkgs/a2e281f5770247855b85d70c43454ba5bff34613' (2021-12-14) --- flake.lock | 12 ++++++------ users/ellmau/git.nix | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index a5dc831..01013f5 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "emacs-overlay": { "locked": { - "lastModified": 1639537111, - "narHash": "sha256-/hGG2/UPIitnZ5HmuNFtcTba4+5pEMm7bK6uS6sc+wo=", + "lastModified": 1639737635, + "narHash": "sha256-F2SYqMcP5vbSwwxczt5uYDNGC6XODkMKLjkG3x9oxKM=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "83988dee4ecba89f5b459859dc889ccd073c1ace", + "rev": "34bbf91130fc793aa87ae8dff75b6a5a88337188", "type": "github" }, "original": { @@ -70,11 +70,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1639435656, - "narHash": "sha256-wy29523wQL5M45lOAhHmr2Fprr2BpB6AV8AnwRmyO6c=", + "lastModified": 1639525045, + "narHash": "sha256-z4GXFNzO+5V4CAUm2DDMAryLOWUKEbQif2ifvv1Ypg4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cfdb99fe18ac0c01872c5fbebfae6202d7a75ab2", + "rev": "a2e281f5770247855b85d70c43454ba5bff34613", "type": "github" }, "original": { diff --git a/users/ellmau/git.nix b/users/ellmau/git.nix index b203c16..a0111ee 100644 --- a/users/ellmau/git.nix +++ b/users/ellmau/git.nix @@ -17,6 +17,7 @@ init = { defaultBranch = "main";}; branch = { autosetuprebase = "always";}; }; + lfs.enable = true; }; gh = {