bump lock

This commit is contained in:
Grigory Shipunov 2023-03-19 00:07:05 +01:00
parent 5d5f30ecbe
commit aa0467b45c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
2 changed files with 21 additions and 12 deletions

24
flake.lock generated
View file

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1678947834,
"narHash": "sha256-2+f3NAociAJV/Ux+dVZBbeDm94VxxoX6rFIVALMF1Y0=",
"lastModified": 1679120542,
"narHash": "sha256-NqulL85Yk/5fF7Tw3CIN8E6Xf6c6u36r1yXo4rbjS74=",
"owner": "nix-community",
"repo": "fenix",
"rev": "65537912ff6741f88271f11a0a48c293f865dd9d",
"rev": "e9afa9455d7a6505d7d13fe8e038e430bbf149d0",
"type": "github"
},
"original": {
@ -97,11 +97,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1678872516,
"narHash": "sha256-/E1YwtMtFAu2KUQKV/1+KFuReYPANM2Rzehk84VxVoc=",
"lastModified": 1678972866,
"narHash": "sha256-YV8BcNWfNVgS449B6hFYFUg4kwVIQMNehZP+FNDs1LY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8",
"rev": "cd34d6ed7ba7d5c4e44b04a53dc97edb52f2766c",
"type": "github"
},
"original": {
@ -113,11 +113,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1678582009,
"narHash": "sha256-J8QzUOOv3/y97q19pGOz28gLC3lAUy1c4bWpsi5D460=",
"lastModified": 1679139072,
"narHash": "sha256-Gtw2Yj8DfETie3u7iHv1y5Wt+plGRmp6nTQ0EEfaPho=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c34fc09c77172c4189df4594a0749e25a23cdd9b",
"rev": "08ef7dc8334521605a5c8b7086cc248e74ee338b",
"type": "github"
},
"original": {
@ -196,11 +196,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1678590185,
"narHash": "sha256-scvu8HegWwbcvPKjh6M1DnpPYAv4EnP1krsRPItoQ+E=",
"lastModified": 1679152338,
"narHash": "sha256-gOVlCY84Ybbrzi3E8PEK/gOoxANYeU5f8Nm7uNPbjSo=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "9e98f7a442b0e318de9cce757675c2ab922bdf2b",
"rev": "ac6df5bc51439401a0257db4205b3df66b76da0e",
"type": "github"
},
"original": {

View file

@ -135,6 +135,15 @@
./microvms/music
];
};
news = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
sops-nix.nixosModules.sops
microvm.nixosModules.microvm
];
};
};
};
}