Update to 21.11

neomutt
Simon Bruder 2021-12-01 17:51:15 +01:00
parent 5517a5a3db
commit e6c1a105d2
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 12 additions and 14 deletions

View File

@ -91,16 +91,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1635938902, "lastModified": 1638267006,
"narHash": "sha256-OBNfFnozDdpLrvQpjkpTvWhVzSHAhz1INALKyK7q2vk=", "narHash": "sha256-heZdDlD09rnoeEiZ4wKfbXNDkO5I9qVFvX9d790h/XE=",
"owner": "sbruder", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d2d1f2f7f1bc53984f1d9932b4ad131a95032db2", "rev": "3e93c4e8b2b479c712b7c20a428993b459118842",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sbruder", "owner": "nix-community",
"ref": "release-21.05-neovim-lua", "ref": "release-21.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -187,16 +187,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1637316267, "lastModified": 1638279546,
"narHash": "sha256-hfAA/0W3tycKKOSwP7Xt6FXLG9h/FgCu45wdGubHtV0=", "narHash": "sha256-1KCwN7twjp1dBdp0jPgVdYFztDkCR8+roo0B34J9oBY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "24528474d2b3370f2f23879a557ae2cc92a5d50b", "rev": "96b4157790fc96e70d6e6c115e3f34bba7be490f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-21.05", "ref": "nixos-21.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -4,11 +4,10 @@
inputs = { inputs = {
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# TODO 21.11: Switch to upstream home-manager.url = "github:nix-community/home-manager/release-21.11";
home-manager.url = "github:sbruder/home-manager/release-21.05-neovim-lua";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
krops.url = "github:Mic92/krops"; krops.url = "github:Mic92/krops";

View File

@ -38,7 +38,6 @@ in
}; };
yuzuru = { yuzuru = {
system = "x86_64-linux"; system = "x86_64-linux";
nixpkgs = inputs.nixpkgs-unstable;
targetHost = "yuzuru.sbruder.xyz"; targetHost = "yuzuru.sbruder.xyz";
}; };