mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:16:33 +01:00
Update flacke lock
This commit is contained in:
parent
c3ee1f971a
commit
aa2551da6c
2 changed files with 28 additions and 4 deletions
30
flake.lock
30
flake.lock
|
@ -36,6 +36,29 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"flake-programs-sqlite": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
|
"utils": [
|
||||||
|
"flake-utils"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1695918439,
|
||||||
|
"narHash": "sha256-t20Qa4c7MIoJeMOZ3wdP2CPxudexUd/86DKiy+10NiQ=",
|
||||||
|
"owner": "wamserma",
|
||||||
|
"repo": "flake-programs-sqlite",
|
||||||
|
"rev": "ad2c7541f6f7868d7e9c6cedf642b7d2c3142825",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "wamserma",
|
||||||
|
"repo": "flake-programs-sqlite",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-schemas": {
|
"flake-schemas": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1693615523,
|
"lastModified": 1693615523,
|
||||||
|
@ -238,11 +261,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1695927626,
|
"lastModified": 1695930279,
|
||||||
"narHash": "sha256-jF2giXnaIrK/KM3V4xaYoBHkl+smfVTYB7lXT+VKWPk=",
|
"narHash": "sha256-h725/n60qR5rq861o+nySW8gVAWql+/JJuhn+w79xKI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "03e6bf899dc4ee1c9d79a997760e7b36ad59670b",
|
"rev": "0e3f40355b11c0a420fed74a7735609476e715ef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -370,6 +393,7 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
|
"flake-programs-sqlite": "flake-programs-sqlite",
|
||||||
"flake-schemas": "flake-schemas",
|
"flake-schemas": "flake-schemas",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
"gitignore": "gitignore",
|
"gitignore": "gitignore",
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
url = "github:vinceliuice/Tela-icon-theme";
|
url = "github:vinceliuice/Tela-icon-theme";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
inputs.flake-programs-sqlite = {
|
flake-programs-sqlite = {
|
||||||
url = "github:wamserma/flake-programs-sqlite";
|
url = "github:wamserma/flake-programs-sqlite";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.utils.follows = "flake-utils";
|
inputs.utils.follows = "flake-utils";
|
||||||
|
|
Loading…
Reference in a new issue