1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

GIT lfs added, FLAKE upd

• Updated input 'emacs-overlay':
  → 'github:nix-community/emacs-overlay/34bbf91130fc793aa87ae8dff75b6a5a88337188' (2021-12-17)
• Updated input 'nixpkgs-unstable':
  → 'github:NixOS/nixpkgs/a2e281f5770247855b85d70c43454ba5bff34613' (2021-12-14)
This commit is contained in:
Stefan Ellmauthaler 2021-12-17 12:36:03 +01:00
parent dbf2bdefdd
commit c35c47e993
2 changed files with 7 additions and 6 deletions

12
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1639537111, "lastModified": 1639737635,
"narHash": "sha256-/hGG2/UPIitnZ5HmuNFtcTba4+5pEMm7bK6uS6sc+wo=", "narHash": "sha256-F2SYqMcP5vbSwwxczt5uYDNGC6XODkMKLjkG3x9oxKM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "83988dee4ecba89f5b459859dc889ccd073c1ace", "rev": "34bbf91130fc793aa87ae8dff75b6a5a88337188",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -70,11 +70,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1639435656, "lastModified": 1639525045,
"narHash": "sha256-wy29523wQL5M45lOAhHmr2Fprr2BpB6AV8AnwRmyO6c=", "narHash": "sha256-z4GXFNzO+5V4CAUm2DDMAryLOWUKEbQif2ifvv1Ypg4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cfdb99fe18ac0c01872c5fbebfae6202d7a75ab2", "rev": "a2e281f5770247855b85d70c43454ba5bff34613",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -17,6 +17,7 @@
init = { defaultBranch = "main";}; init = { defaultBranch = "main";};
branch = { autosetuprebase = "always";}; branch = { autosetuprebase = "always";};
}; };
lfs.enable = true;
}; };
gh = { gh = {