mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +01:00
Updated flake.lock
This commit is contained in:
parent
b16c959b72
commit
01a5024496
2 changed files with 14 additions and 13 deletions
23
flake.lock
23
flake.lock
|
@ -365,15 +365,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680971837,
|
"lastModified": 1680985997,
|
||||||
"narHash": "sha256-yThL22iys8pjxtxPuf+Lv86cGsUnkTilYlp8ifOuMDA=",
|
"narHash": "sha256-ntOYDU8VZIZ+Y8vL0M2TUFNg7PO4+NmvjCsBDOZ4v+c=",
|
||||||
"owner": "NixOS",
|
"owner": "jopejoe1",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "5279d03b7548f86c30406d1d5b96bca191b90cc5",
|
"rev": "9317796df413bd4d428a69fac9f22f69e19a6f0b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "jopejoe1",
|
||||||
|
"ref": "noto-fonts",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -396,11 +397,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680932643,
|
"lastModified": 1680983097,
|
||||||
"narHash": "sha256-vHkZJnPfA788UQ0zsfj4P09pVqBsn4niMp5qhN3ue28=",
|
"narHash": "sha256-gpDVOHaH8C29rFlag8Ta316bNQz7qtUdn9nyr+LNsOE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "c468956d1604fb0182d24448a1cb45ab948bf4ca",
|
"rev": "24bbcc61833f3816145731c9c2152a3b0ee867f2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -478,11 +479,11 @@
|
||||||
"pre-commit-hooks": "pre-commit-hooks"
|
"pre-commit-hooks": "pre-commit-hooks"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1680875474,
|
"lastModified": 1680984866,
|
||||||
"narHash": "sha256-EiVknbve1fWS/nUo/jEns2dARGNmL2juIBp1kzsAx8k=",
|
"narHash": "sha256-op8cJP+L42Hx2UcVu1cb4DD2rVIv2Uyp/1F3BaJCXj0=",
|
||||||
"owner": "PrismLauncher",
|
"owner": "PrismLauncher",
|
||||||
"repo": "PrismLauncher",
|
"repo": "PrismLauncher",
|
||||||
"rev": "ed085630db63401ac50d26403d953f5d9993b9ce",
|
"rev": "95842ee25f3f495915f3956296bbcb90686e1658",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs (Packges and modules)
|
# nixpkgs (Packges and modules)
|
||||||
nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
# nixpkgs.url = github:NixOS/nixpkgs;#/nixos-unstable;
|
||||||
#nixpkgs.url = github:jopejoe1/nixpkgs/devolo;
|
nixpkgs.url = github:jopejoe1/nixpkgs/noto-fonts;
|
||||||
|
|
||||||
# Nix Hardware (Hardware configs)
|
# Nix Hardware (Hardware configs)
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
Loading…
Reference in a new issue