Compare commits

...

2 Commits

Author SHA1 Message Date
mae e70127846b Update flake.lock 2023-04-16 01:24:32 +02:00
mae 64fbf1790e Change default git config 2023-04-16 01:24:11 +02:00
3 changed files with 14 additions and 19 deletions

View File

@ -384,17 +384,14 @@
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"latest" "latest"
],
"utils": [
"flake-utils"
] ]
}, },
"locked": { "locked": {
"lastModified": 1681250798, "lastModified": 1681468923,
"narHash": "sha256-fQMROyKzPFBPqJy9J4ffywm02ZuqAI0GW1O1QibVpdQ=", "narHash": "sha256-+X2oO4juRVhQRs002mn8km6PODccIRiz09c2K1xtSpY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "28698126bd825aff21cae9ffd15cf83e169051b0", "rev": "17198cf5ae27af5b647c7dac58d935a7d0dbd189",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -437,11 +434,11 @@
}, },
"latest_2": { "latest_2": {
"locked": { "locked": {
"lastModified": 1681419904, "lastModified": 1681557730,
"narHash": "sha256-X9CmNZ2g6fCoZY9tw+odl1/jCp5Zw2RiJOm7n+lRD4U=", "narHash": "sha256-j2E3639kS3Qop2jQPyqWCdenZNaqIdxfoTvAHnGuAGI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "17e5b5248329d0d628b9c29112b2ea98d900f2ab", "rev": "85b081528b937df4bfcaee80c3541b58f397df8b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -492,11 +489,11 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1681303793, "lastModified": 1681465517,
"narHash": "sha256-JEdQHsYuCfRL2PICHlOiH/2ue3DwoxUX7DJ6zZxZXFk=", "narHash": "sha256-EasJh15/jcJNAHtq2SGbiADRXteURAnQbj1NqBoKkzU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "fe2ecaf706a5907b5e54d979fbde4924d84b65fc", "rev": "abe7316dd51a313ce528972b104f4f04f56eefc4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -677,11 +674,11 @@
}, },
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1681269223, "lastModified": 1681349002,
"narHash": "sha256-i6OeI2f7qGvmLfD07l1Az5iBL+bFeP0RHixisWtpUGo=", "narHash": "sha256-9Ckc2WvSwuYrPfk3ZXgPasM1ir/cgs6UV0EpIWyPGZE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "87edbd74246ccdfa64503f334ed86fa04010bab9", "rev": "2b1bba76a13ed39c7abc0a6e8f74f9e168cf3c7c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -21,7 +21,6 @@
#home.url = "github:nix-community/home-manager/release-22.05"; #home.url = "github:nix-community/home-manager/release-22.05";
# home.url = "path:/home/mae/home-manager"; # home.url = "path:/home/mae/home-manager";
home.inputs.nixpkgs.follows = "latest"; home.inputs.nixpkgs.follows = "latest";
home.inputs.utils.follows = "flake-utils";
darwin.url = "github:LnL7/nix-darwin"; darwin.url = "github:LnL7/nix-darwin";
darwin.inputs.nixpkgs.follows = "nixos"; darwin.inputs.nixpkgs.follows = "nixos";
@ -46,7 +45,6 @@
nixos-hardware.url = "github:nixos/nixos-hardware"; nixos-hardware.url = "github:nixos/nixos-hardware";
fenix.url = "github:nix-community/fenix"; fenix.url = "github:nix-community/fenix";
# fenix.inputs.nixpkgs.follows = "nixos";
pwnix.url = "git+https://im.badat.dev/bad/pwnix.git"; pwnix.url = "git+https://im.badat.dev/bad/pwnix.git";
pwnix.inputs.nixpkgs.follows = "nixos"; pwnix.inputs.nixpkgs.follows = "nixos";

View File

@ -7,7 +7,7 @@
init.defaultBranch = "mistress"; init.defaultBranch = "mistress";
pull.ff = "only"; pull.ff = "only";
}; };
userEmail = "badatnames@tutanota.com"; userEmail = "git@badat.dev";
userName = "bad"; userName = "mae";
}; };
} }