build(nix): include more into source; ignore flake comapct

This commit is contained in:
isabel
2024-06-21 18:19:14 +01:00
parent a73e0183d3
commit 81344faeca
3 changed files with 13 additions and 25 deletions

32
flake.lock generated
View File

@ -16,22 +16,6 @@
"type": "github" "type": "github"
} }
}, },
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": { "flake-utils": {
"inputs": { "inputs": {
"systems": "systems" "systems": "systems"
@ -121,11 +105,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1718955215, "lastModified": 1718988271,
"narHash": "sha256-3vNXv4zrblZFobrxz1P3RwLpHl6X3/GzfArdTxq0+nI=", "narHash": "sha256-LEQinrNUICRIgRK+K3d1VViiz8Oy4Kai1PtE0DIH1t0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "201ed88e66f7f34d5c74e46d2e4399cc4bea1501", "rev": "1079d9fdfb621446fe7d4b3d4be0b23deb622503",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -206,18 +190,18 @@
}, },
"zig": { "zig": {
"inputs": { "inputs": {
"flake-compat": "flake-compat", "flake-compat": [],
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"nixpkgs-stable" "nixpkgs-stable"
] ]
}, },
"locked": { "locked": {
"lastModified": 1718929454, "lastModified": 1718971763,
"narHash": "sha256-lh7877nXtLucRmiJFrgJsND9iduZEX1I0HZ8VUHhGYA=", "narHash": "sha256-lovKLcKVxpTq7Io6HQQI8WRc2spIzt1pMB9I3OVqQWA=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "16b1b7e06642c9fa72f978e4c7e8561466f06ca8", "rev": "72a8b67f1a9e9dec6e67328ef2d689e816d0e65a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -228,7 +212,7 @@
}, },
"zig-overlay": { "zig-overlay": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat",
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
"nixpkgs": [ "nixpkgs": [
"zls", "zls",

View File

@ -11,7 +11,10 @@
zig = { zig = {
url = "github:mitchellh/zig-overlay"; url = "github:mitchellh/zig-overlay";
inputs.nixpkgs.follows = "nixpkgs-stable"; inputs = {
nixpkgs.follows = "nixpkgs-stable";
flake-compat.follows = "";
};
}; };
zls = { zls = {

View File

@ -50,6 +50,7 @@
../dist/linux ../dist/linux
../conformance ../conformance
../images ../images
../include
../pkg ../pkg
../src ../src
../vendor ../vendor