update flake

This commit is contained in:
Valentin Boettcher 2021-12-09 14:47:19 +01:00
parent 44aede1eb9
commit b7c6d760d3
2 changed files with 5 additions and 6 deletions

6
flake.lock generated
View file

@ -107,11 +107,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1639057259, "lastModified": 1639057517,
"narHash": "sha256-OeHL4+LPqreeh+v8/G35f7R55H04gxYL/p60u85HyGQ=", "narHash": "sha256-LDUiRYZxD62WxmKkbFXxzvwNfDXjeFZronC1ZI2McCg=",
"owner": "vale981", "owner": "vale981",
"repo": "hiro-flake-utils", "repo": "hiro-flake-utils",
"rev": "81e9e27db06a90a23c597cedf43c5c7d1e30af53", "rev": "c893c426c997e1964e000cf571e1bcdfeb591f39",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,11 +5,10 @@
inputs = { inputs = {
utils.url = "github:vale981/hiro-flake-utils"; utils.url = "github:vale981/hiro-flake-utils";
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
}; };
outputs = inputs@{ self, utils, nixpkgs, ... }: outputs = { self, utils, nixpkgs, ... }:
(utils.lib.poetry2nixWrapper nixpkgs inputs { (utils.lib.poetry2nixWrapper nixpkgs {
name = "stocproc"; name = "stocproc";
poetryArgs = { poetryArgs = {
projectDir = ./.; projectDir = ./.;