This commit is contained in:
Berger Eugene 2024-05-04 21:43:55 +03:00
parent fa9453db42
commit 1f2fd357cd
3 changed files with 6 additions and 6 deletions

View File

@ -17,16 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701985094,
"narHash": "sha256-SrEEAeDvsdehVrvoq47pGFZ+p/QbUcTovL84S7tn6Sk=",
"lastModified": 1714780530,
"narHash": "sha256-T/2VTDodMlwh2he/YAUsttNSDWxw52wUXAqCI8bNo1w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a24421da00be9ebfdade97135db98a1fac5173d4",
"rev": "2eed3a996b160f02254bdcdfd172cbac0226ee1d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.11",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -3,7 +3,7 @@
"Process Compose is like docker-compose, but for orchestrating a suite of processes, not containers.";
# Nixpkgs / NixOS version to use.
inputs.nixpkgs.url = "github:NixOS/nixpkgs/release-23.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/master";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/f1bonacc1/process-compose
go 1.21
go 1.22
require (
dario.cat/mergo v1.0.0