update flake

This commit is contained in:
Denis Lehmann 2021-07-02 00:59:16 +02:00
parent 9daa95b523
commit b9b3f6ee48
2 changed files with 11 additions and 11 deletions

17
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1619345332, "lastModified": 1623875721,
"narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=", "narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28", "rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,12 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1619637108, "lastModified": 1625037881,
"narHash": "sha256-0wlyFJIooxYoA1vgUMeClLkz+OBLbFZZQmzJqyVC3rQ=", "narHash": "sha256-cRYHArtHYcUQWM231IrAb4GYf6VJj9AoeW7kkShVRfc=",
"owner": "NixOS", "path": "/nix/store/q88kyrqnz8iaa83hpnh20x4qcd6xywn1-source",
"repo": "nixpkgs", "rev": "e9148dc1c30e02aae80cc52f68ceb37b772066f3",
"rev": "56d46af5d0a7746cf85351536238c1cb0f32a844", "type": "path"
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",

View file

@ -43,11 +43,12 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
python3 python3
python3Packages.pip
python3Packages.virtualenv
python3Packages.colour python3Packages.colour
python3Packages.openrazer python3Packages.openrazer
python3Packages.pip
python3Packages.setuptools
python3Packages.toml python3Packages.toml
python3Packages.virtualenv
]; ];
}; };