flake update

This commit is contained in:
Vivian 2022-06-02 12:21:29 +02:00
parent 2da52a420c
commit 25af40b27c
2 changed files with 10 additions and 10 deletions

View file

@ -206,11 +206,11 @@
"utils": "utils_3" "utils": "utils_3"
}, },
"locked": { "locked": {
"lastModified": 1653614444, "lastModified": 1653700859,
"narHash": "sha256-JDXshcep5PjUx+AM68FunQgpFtS+B8/U/ow0gROln+k=", "narHash": "sha256-R1zR4U6s0ZpRkI/bAkWWyMaUVTvUnF/R7LydzGvLuHM=",
"owner": "jyooru", "owner": "jyooru",
"repo": "nix-minecraft-servers", "repo": "nix-minecraft-servers",
"rev": "0147a798063462fb2c4644cdb7936d050d3b704f", "rev": "27d4153324679e45a34f8c68dd740b50379cac69",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -257,16 +257,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1653602240, "lastModified": 1653850161,
"narHash": "sha256-Gt3J9eZQ12H6niBjmqd6cNCY4g/EDbcMTRGyCmAQurA=", "narHash": "sha256-r9jwqAX3wG0XMOs2RNNXK66pjz5b2+veXDSyp1m5QGU=",
"owner": "NULLx76", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c2f9aad978affdbfd20578bc84a4f0a170ff8a6f", "rev": "757046a257a8569de866aaf39a7e615551c7cfab",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NULLx76", "owner": "nixos",
"ref": "0x76", "ref": "master",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -6,7 +6,7 @@
# * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix # * https://git.voidcorp.nl/j00lz/nixos-configs/src/branch/main/flake.nix
inputs = { inputs = {
nixpkgs.url = "github:NULLx76/nixpkgs/0x76"; nixpkgs.url = "github:nixos/nixpkgs/master";
deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.url = "github:serokell/deploy-rs";
deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs";