1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Update to latest nixpkgs and poetry2nix

This commit is contained in:
Nejc Zupan 2021-12-06 12:49:45 +00:00
parent 10aa62cf9e
commit 81b21a1aa2
2 changed files with 8 additions and 8 deletions

View file

@ -33,16 +33,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1622622179,
"narHash": "sha256-XCw/9QDuj9J6prVR8YrteTcFKj2sRWYIjwgs8qOOrYQ=",
"lastModified": 1638587357,
"narHash": "sha256-2ySMW3QARG8BsRPmwe7clTbdCuaObromOKewykP+UJc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eaba7870ffc3400eca4407baa24184b7fe337ec1",
"rev": "e34c5379866833f41e2a36f309912fa675d687c7",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-21.05",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}
@ -68,11 +68,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1622600459,
"narHash": "sha256-ArBi7xfOvW50oeaBziqZAVD4qtMd7RTvhmjvNy4mYvE=",
"lastModified": 1638221212,
"narHash": "sha256-q0538K4nzLlhQoDV1lvNZgONlkW/KmFAoMfVET2G8uU=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "a402a0bf5d6456eb7827bdca0a9ecd59d7324b76",
"rev": "417327774668d33c7792c1f8b20407a550b66517",
"type": "github"
},
"original": {

View file

@ -1,7 +1,7 @@
{
description = "nix.dev static website";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.05";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
inputs.flake-utils.url = "github:numtide/flake-utils/master";
inputs.poetry2nix.url = "github:nix-community/poetry2nix/master";