mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
Generated
+17
-1
@@ -477,7 +477,8 @@
|
|||||||
"plasma-manager": "plasma-manager",
|
"plasma-manager": "plasma-manager",
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
"zapret": "zapret",
|
"zapret": "zapret",
|
||||||
"zeroq": "zeroq"
|
"zeroq": "zeroq",
|
||||||
|
"zeroq-credentials": "zeroq-credentials"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
@@ -540,6 +541,21 @@
|
|||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"parent": []
|
"parent": []
|
||||||
|
},
|
||||||
|
"zeroq-credentials": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1753304447,
|
||||||
|
"narHash": "sha256-dklfZZI1KWlc2RsqyDN09iop7iZaM9B7Eqmbt9587E0=",
|
||||||
|
"ref": "refs/heads/master",
|
||||||
|
"rev": "8320cf777bab7f0cb9191ecd6834f55298bcaff0",
|
||||||
|
"revCount": 2,
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "ssh://git@github.com/oqyude/zeroq-credentials.git"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# My
|
# My
|
||||||
zeroq.url = "path:./modules/zeroq"; # flake of variables
|
zeroq.url = "path:./modules/zeroq"; # flake of variables
|
||||||
zeroq-credentials.url = "git+ssh://git@github.com:oqyude/zeroq-credentials.git"; # flake of variables
|
zeroq-credentials.url = "git+ssh://git@github.com/oqyude/zeroq-credentials.git"; # flake of variables
|
||||||
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
zapret.url = "github:oqyude/zapret-easyflake"; # stupid flake of zapret
|
||||||
|
|
||||||
# nixpkgs
|
# nixpkgs
|
||||||
|
|||||||
Reference in New Issue
Block a user