deps: update nixos packages

This commit is contained in:
Dmitriy Pleshevskiy 2023-02-20 20:49:06 +03:00
parent 3cea029f06
commit 0f3d4d3b45
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 36 additions and 13 deletions

View File

@ -2,16 +2,17 @@
"nodes": {
"agenix": {
"inputs": {
"darwin": "darwin",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1673301561,
"narHash": "sha256-gRUWHbBAtMuPDJQXotoI8u6+3DGBIUZHkyQWpIv7WpM=",
"lastModified": 1676910639,
"narHash": "sha256-YvZ2lQiUZrv5PCQ0nC/fn/0OT2ag8spCIOQx0COnFZ0=",
"owner": "ryantm",
"repo": "agenix",
"rev": "42d371d861a227149dc9a7e03350c9ab8b8ddd68",
"rev": "5f66c8aa774d8d488cba1cdc4f0c954d2a14e3a1",
"type": "github"
},
"original": {
@ -107,6 +108,28 @@
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"editorconfig-nvim": {
"flake": false,
"locked": {
@ -172,11 +195,11 @@
},
"hardware": {
"locked": {
"lastModified": 1673803274,
"narHash": "sha256-zaJDlHFXewT4KUsidMpRcPE+REymGH1Y3Eoc3Pjv4Xs=",
"lastModified": 1676908974,
"narHash": "sha256-o7sJTBeumorVIM/b1b/Q4q+WJn8Rou5kx8DEBbKOZJI=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "7bd6b87b3712e68007823e8dd5c37ee9b114fee3",
"rev": "157e1e4b127b5cb37822be247e8ec37a7f475270",
"type": "github"
},
"original": {
@ -194,11 +217,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1674250603,
"narHash": "sha256-SBolFspxBHpW3hCCDNAFXUiO2mucmkVmf17UmSIK3Cs=",
"lastModified": 1676892629,
"narHash": "sha256-rlvsqoSBO5dCwfnn7xvImYREidIPJaiFS3b54TZF4pU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "275ab728912006eecb549338a50f24f294a7cfb7",
"rev": "72ce74d3eae78a6b31538ea7ebe0c1fcf4a10f7a",
"type": "github"
},
"original": {
@ -468,11 +491,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1674211260,
"narHash": "sha256-xU6Rv9sgnwaWK7tgCPadV6HhI2Y/fl4lKxJoG2+m9qs=",
"lastModified": 1676721149,
"narHash": "sha256-mN2EpTGxxVNnFZLoLWRwh6f7UWhXy4qE+wO2CZyrXps=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5ed481943351e9fd354aeb557679624224de38d5",
"rev": "5f4e07deb7c44f27d498f8df9c5f34750acf52d2",
"type": "github"
},
"original": {

View File

@ -135,7 +135,7 @@
modules =
(with inputs; [
agenix.nixosModule
agenix.nixosModules.default
home-manager.nixosModule
])
++ [ ./machines/${hostname} ]