1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-24 16:44:52 +03:00

Switch to release-21.11

This commit is contained in:
teutat3s 2021-11-26 09:57:51 +01:00 committed by Parthiv Seetharaman
parent 9912ccb23a
commit d168926296
4 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
inputs =
{
nixos.url = "github:nixos/nixpkgs/release-21.05";
nixos.url = "github:nixos/nixpkgs/release-21.11";
digga = {
url = "path:../../";
inputs.nixpkgs.follows = "nixos";

View File

@ -3,11 +3,11 @@
inputs =
{
nixos.url = "github:nixos/nixpkgs/release-21.05";
nixos.url = "github:nixos/nixpkgs/release-21.11";
digga.url = "path:../../";
digga.inputs.nixpkgs.follows = "nixos";
digga.inputs.home-manager.follows = "home";
home.url = "github:nix-community/home-manager/release-21.05";
home.url = "github:nix-community/home-manager/release-21.11";
home.inputs.nixpkgs.follows = "nixos";
};

View File

@ -166,16 +166,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1637763956,
"narHash": "sha256-mNGdllMuZ53Fk7nTPOAhAbX6sGId1kE+xCOSMCOWYZQ=",
"lastModified": 1637913129,
"narHash": "sha256-m3KTNPSdKK9E6cVvXwA/Wl2kULUjh32sAl3tLmMBgBE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7066ed7b1f6f7c191b44f435ea4acb9d4c2b879c",
"rev": "b34d0163e67e425395b4998278bc5f2195c69d48",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-21.05",
"ref": "release-21.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -7,7 +7,7 @@
inputs =
{
nixpkgs.url = "github:nixos/nixpkgs/release-21.05";
nixpkgs.url = "github:nixos/nixpkgs/release-21.11";
latest.url = "github:nixos/nixpkgs/nixos-unstable";
nixlib.follows = "nixpkgs"; # "github:nix-community/nixpkgs.lib";
blank.url = "github:divnix/blank";