diff options
author | Soispha <soispha@vhack.eu> | 2023-04-22 13:26:35 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:31:23 +0200 |
commit | 528b8ae8be0f2e17fbb6244c520b1be23e563810 (patch) | |
tree | c0102ba7bad825c68621e2c3880d9f01fa848683 | |
parent | Feat(system/services/steam): Modularize (diff) | |
download | nixos-config-528b8ae8be0f2e17fbb6244c520b1be23e563810.tar.gz nixos-config-528b8ae8be0f2e17fbb6244c520b1be23e563810.zip |
Chore(flake): Update
-rw-r--r-- | flake.lock | 55 |
1 files changed, 46 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock index d74f66a1..c32f6369 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ ] }, "locked": { - "lastModified": 1680281360, - "narHash": "sha256-XdLTgAzjJNDhAG2V+++0bHpSzfvArvr2pW6omiFfEJk=", + "lastModified": 1682101079, + "narHash": "sha256-MdAhtjrLKnk2uiqun1FWABbKpLH090oeqCSiWemtuck=", "owner": "ryantm", "repo": "agenix", - "rev": "e64961977f60388dd0b49572bb0fc453b871f896", + "rev": "2994d002dcff5353ca1ac48ec584c7f6589fe447", "type": "github" }, "original": { @@ -144,11 +144,11 @@ ] }, "locked": { - "lastModified": 1681971090, - "narHash": "sha256-3j0M63GkG6GGny9e+C//GyuDCx1IwrurD27S0YI+GQY=", + "lastModified": 1682072616, + "narHash": "sha256-sR5RL3LACGuq5oePcAoJ/e1S3vitKQQSNACMYmqIE1E=", "owner": "nix-community", "repo": "home-manager", - "rev": "5160039edca28a7e66bad0cfc72a07c91d6768ad", + "rev": "47d6c3f65234230d37f1cf7d3d6b5575ec80fe0c", "type": "github" }, "original": { @@ -189,6 +189,42 @@ "url": "https://codeberg.org/soispha/neovim-config.git" } }, + "nixlib": { + "locked": { + "lastModified": 1681001314, + "narHash": "sha256-5sDnCLdrKZqxLPK4KA8+f4A3YKO/u6ElpMILvX0g72c=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "367c0e1086a4eb4502b24d872cea2c7acdd557f4", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "nixos-generators": { + "inputs": { + "nixlib": "nixlib", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1681464810, + "narHash": "sha256-G7AD9qMvD7lU+5K7tTZpUMXvQa0kFR5KKY9y/okcX+w=", + "owner": "nix-community", + "repo": "nixos-generators", + "rev": "5ad9f98194cfe7aa990929fb8cae28c500da7620", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixos-generators", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1681920287, @@ -273,6 +309,7 @@ "home-manager": "home-manager", "impermanence": "impermanence", "neovim_config": "neovim_config", + "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", "ragenix": "ragenix", "river_init_lesser": "river_init_lesser", @@ -298,11 +335,11 @@ ] }, "locked": { - "lastModified": 1682043560, - "narHash": "sha256-ZsF4Yee9pQbvLtwSVGgYux+az4yFSLXrxPyGHm3ptJM=", + "lastModified": 1682129965, + "narHash": "sha256-1KRPIorEL6pLpJR04FwAqqnt4Tzcm4MqD84yhlD+XSk=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "48037a6f8faeee138ede96bf607bc95c9dab9aec", + "rev": "2c417c0460b788328220120c698630947547ee83", "type": "github" }, "original": { |