Diff build infra

This commit is contained in:
Charlotte Van Petegem 2023-10-25 13:18:47 +02:00
parent ca7c5fbd67
commit 0a203a83c8
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 162 additions and 4 deletions

41
flake.lock generated
View file

@ -21,6 +21,30 @@
"type": "github"
}
},
"emacs-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1698202401,
"narHash": "sha256-vl2VVQ7qxAQfkKk0QBROfs8IUkMbn0BxX6NBmubNIIA=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "2731e6914d19927bb0767f5b7ea89a01f1b1968d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems_2"
@ -55,9 +79,26 @@
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1697851979,
"narHash": "sha256-lJ8k4qkkwdvi+t/Xc6Fn74kUuobpu9ynPGxNZR6OwoA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5550a85a087c04ddcace7f892b0bdc9d8bb080c8",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"devshell": "devshell",
"emacs-overlay": "emacs-overlay",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}