flake update

This commit is contained in:
Miguel Palhas
2024-12-04 11:13:08 +00:00
parent 24ffe7b985
commit bb744d62a9
2 changed files with 14 additions and 11 deletions
Generated
+11 -11
View File
@@ -111,11 +111,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1733133520, "lastModified": 1733135686,
"narHash": "sha256-uL/tr4wvU8Mw6w24eUbvI4K3agkYpjSyx5AXSD3HeeQ=", "narHash": "sha256-++1Btq9w+ZPQYP45X3G1iXEXwllo3b2UdeKVwQdUAoQ=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "0a27826b2f604fde841eab480a02caa144ac4d07", "rev": "074cadca26132cbd19f44ae5a45072f28f050ed9",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -404,11 +404,11 @@
}, },
"hardware": { "hardware": {
"locked": { "locked": {
"lastModified": 1733066523, "lastModified": 1733139194,
"narHash": "sha256-aQorWITXZu7b095UwnpUvcGt9dNJie/GO9r4hZfe2sU=", "narHash": "sha256-PVQW9ovo0CJbhuhCsrhFJGGdD1euwUornspKpBIgdok=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "fe01780d356d70fd119a19277bff71d3e78dad00", "rev": "c6c90887f84c02ce9ebf33b95ca79ef45007bf88",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1001,11 +1001,11 @@
"nvchad-starter": { "nvchad-starter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1733005545, "lastModified": 1733233534,
"narHash": "sha256-LD7b4v8cIQ6xh+5jYGdXMwrWPCx9axe8bRIyyAxZfVs=", "narHash": "sha256-LD7b4v8cIQ6xh+5jYGdXMwrWPCx9axe8bRIyyAxZfVs=",
"owner": "naps62", "owner": "naps62",
"repo": "nvchad-starter", "repo": "nvchad-starter",
"rev": "58775799e573536a06c14ea703e6d788cc39e129", "rev": "3dd6ed2d3f5ce4acce10919aae56f632bb6f32c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1024,11 +1024,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733043821, "lastModified": 1733140987,
"narHash": "sha256-Ov+AqhVcHeop8t+hFG9/dUQvY5zC1VoEget6PpBC2Mo=", "narHash": "sha256-4NJx32wcV8zLc45Yqs/v4H4MKzz5UX9X3dq6iOfUULw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix4nvchad", "repo": "nix4nvchad",
"rev": "32150764208602cb6104aecd73effd16176364b2", "rev": "5885fca7133c563af1ccc2e5faa028751671c1ef",
"type": "github" "type": "github"
}, },
"original": { "original": {
+3
View File
@@ -30,6 +30,9 @@
w = "commit -am 'wip'"; w = "commit -am 'wip'";
}; };
extraConfig = { extraConfig = {
init = {
defaultBranch = "main";
};
core = { core = {
editor = "nvim"; editor = "nvim";
pager = "delta"; pager = "delta";