move upstream back to nixos

This commit is contained in:
Grigory Shipunov 2023-03-22 21:45:06 +01:00
parent 3664a12519
commit 2d1dfe3195
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 23 additions and 23 deletions

40
flake.lock generated
View file

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1679207026, "lastModified": 1679466129,
"narHash": "sha256-3BrBOSwYGlgTq69+OeHCQoFBGTzpDp9PkKjWkxpA108=", "narHash": "sha256-BQt0ADAhPAwuoq3z+iprmHyw1NeyerOw1GiIEJkANGc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "efc838bd45cfdfd21836f239605f2082d7245464", "rev": "49237f7a76b98954306e77a7bd42f6491ad5c6a7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -82,11 +82,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1678629299, "lastModified": 1679514259,
"narHash": "sha256-29SSjmIxeuwXgKWynNoAEJ3uKFlXP0iIvSLDtGPdA+Y=", "narHash": "sha256-3CrzJa/Cw/+jn5mC9aq2EzVRX6+glm4FD82JMp3PZcw=",
"owner": "astro", "owner": "astro",
"repo": "microvm.nix", "repo": "microvm.nix",
"rev": "55667b89c0f2b60c8d95a203f3784d2dca2ea31a", "rev": "de01a4082d78979e198a8f1d3ebe52e80a6013f5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -97,11 +97,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1679139072, "lastModified": 1679318992,
"narHash": "sha256-Gtw2Yj8DfETie3u7iHv1y5Wt+plGRmp6nTQ0EEfaPho=", "narHash": "sha256-uoj5Oy6hruIHuxzfQZtcalObe5kPrX9v+ClUMFEOzmE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "08ef7dc8334521605a5c8b7086cc248e74ee338b", "rev": "e2c97799da5f5cd87adfa5017fba971771e123ef",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -129,15 +129,15 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1679268048, "lastModified": 1679262748,
"narHash": "sha256-VfSAlbOJa89ObRgEYZntW+EC7cuxrts8h2d7wZ5tq24=", "narHash": "sha256-DQCrrAFrkxijC6haUzOC5ZoFqpcv/tg2WxnyW3np1Cc=",
"owner": "oxapentane", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "082ac90f4f42a950b3b51ea2a0adaf109594ff91", "rev": "60c1d71f2ba4c80178ec84523c2ca0801522e0a6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "oxapentane", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
@ -157,11 +157,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1679123187, "lastModified": 1679428647,
"narHash": "sha256-Jf9hN2BIHdZ2Of4A0zAyB0fhe1EFujLa9XjWRC9ZKiY=", "narHash": "sha256-gyS7UDFNzQfRKJvUDlVuM8wXCIyreBmVq+aiPXhfTlk=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "7c05f55f0c9e9bec28464b329194fe244ca2c7a9", "rev": "3321799e8fac622db50fe8c3284062f7d0f1bf53",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -196,11 +196,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1679194991, "lastModified": 1679377997,
"narHash": "sha256-SSJ/NvhXJeDzSgfEjKO1V/2olI4UlEAxK54DVWJIPjA=", "narHash": "sha256-O8rmc/b/qgNgoHj2tL5+3Ovkj7A+Sok7gazRoWbpnqg=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "08a0b5f25a73130869b3cc375eaf0e6ff317435e", "rev": "d8827a8368c307fbc6ed594c9a31d619e7360bed",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs-unstable.url = "github:oxapentane/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";

View file

@ -2,11 +2,11 @@
microvm.vms = { microvm.vms = {
nextcloud = { nextcloud = {
flake = inputs.self; flake = inputs.self;
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; updateFlake = "github:oxapentane/nix-config/master";
}; };
music = { music = {
flake = inputs.self; flake = inputs.self;
updateFlake = "git+https://git.sr.ht/~oxapentane/oxalab-config?ref=master"; updateFlake = "github:oxapentane/nix-config/master";
}; };
}; };
} }