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

Merge pull request #205 from nix-dot-dev/update_nixpkgs

Update to latest nixpkgs and poetry2nix
This commit is contained in:
Domen Kožar 2021-12-07 10:02:35 +00:00 committed by GitHub
commit 53aba5e7f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

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

View file

@ -1,7 +1,7 @@
{ {
description = "nix.dev static website"; 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.flake-utils.url = "github:numtide/flake-utils/master";
inputs.poetry2nix.url = "github:nix-community/poetry2nix/master"; inputs.poetry2nix.url = "github:nix-community/poetry2nix/master";