294 current 2024-04-02 12:23:38 24.05.20240329.d8fe5e6 6.8.2-zen2 *

This commit is contained in:
zackartz 2024-04-02 12:23:52 -04:00
parent 2772f8983b
commit 70e5df5d47
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 9 additions and 5 deletions

8
flake.lock generated
View file

@ -484,16 +484,16 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1712059341, "lastModified": 1711703276,
"narHash": "sha256-I/xinxexiKuaIsGBaHstfm8Y51lmKdTAvDwzB2CmACc=", "narHash": "sha256-iMUFArF0WCatKK6RzfUJknjem0H9m4KgorO/p3Dopkk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f0eb531440b59c93262bbf619186e13d554774dd", "rev": "d8fe5e6c92d0d190646fb9f1056741a229980089",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "staging-next", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -2,7 +2,7 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/staging-next"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";

View file

@ -16,6 +16,10 @@
"result" "result"
"result-*" "result-*"
]; ];
signing = {
key = "5B53E53A9A514DBA";
signByDefault = true;
};
extraConfig = { extraConfig = {
init = {defaultBranch = "main";}; init = {defaultBranch = "main";};
delta = { delta = {