flake.lock: Update

Flake input changes:

* Updated 'devshell': 'github:numtide/devshell/d4be23644b0b6471d556503e03cae3215d3f9cf6' -> 'github:numtide/devshell/fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92'
* Added 'devshell/flake-utils': 'github:numtide/flake-utils/846b2ae0fc4cc943637d3d1def4454213e203cba'
* Added 'devshell/nixpkgs': 'github:NixOS/nixpkgs/5efc8ca954272c4376ac929f4c5ffefcc20551d5'
* Updated 'nixpkgs': 'github:NixOS/nixpkgs/8004e04140b1c8a2cb34768e99c1209b349fc708' -> 'github:NixOS/nixpkgs/f1c9c23aad972787f00f175651e4cb0d7c7fd5ea'
This commit is contained in:
Louis Bettens 2022-06-03 22:01:29 +02:00 committed by Louis Bettens
parent 6764080cc7
commit df3bb8a039

View File

@ -1,12 +1,16 @@
{
"nodes": {
"devshell": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1624738949,
"narHash": "sha256-62pEoJ1jQARZ/fAuTw67j8MqTShd8BBm+ZoSs7aeJus=",
"lastModified": 1653917170,
"narHash": "sha256-FyxOnEE/V4PNEcMU62ikY4FfYPo349MOhMM97HS0XEo=",
"owner": "numtide",
"repo": "devshell",
"rev": "d4be23644b0b6471d556503e03cae3215d3f9cf6",
"rev": "fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92",
"type": "github"
},
"original": {
@ -32,6 +36,21 @@
}
},
"flake-utils": {
"locked": {
"lastModified": 1642700792,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1638122382,
"narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
@ -48,7 +67,7 @@
},
"fup": {
"inputs": {
"flake-utils": "flake-utils"
"flake-utils": "flake-utils_2"
},
"locked": {
"lastModified": 1638172912,
@ -67,11 +86,27 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1624553300,
"narHash": "sha256-I7T+UqFG7e9cdqcIh0mlQ+HLNU4xxbQXc6jB0FPafnQ=",
"lastModified": 1643381941,
"narHash": "sha256-pHTwvnN4tTsEKkWlXQ8JMY423epos8wUOhthpwJjtpc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8004e04140b1c8a2cb34768e99c1209b349fc708",
"rev": "5efc8ca954272c4376ac929f4c5ffefcc20551d5",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1654126564,
"narHash": "sha256-sgDXDKGmUG4h7OPDOHyQggFQ08ZqVzUIPi8351yhugY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f1c9c23aad972787f00f175651e4cb0d7c7fd5ea",
"type": "github"
},
"original": {
@ -84,7 +119,7 @@
"devshell": "devshell",
"flake-compat": "flake-compat",
"fup": "fup",
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs_2"
}
}
},