fix old typo in follows

This commit is contained in:
sadan 2025-03-04 15:06:00 -05:00
parent b510e814fe
commit 0c0483020b
No known key found for this signature in database
2 changed files with 5 additions and 19 deletions

22
flake.lock generated
View file

@ -624,22 +624,6 @@
}
},
"nixpkgs_5": {
"locked": {
"lastModified": 1730200266,
"narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1731763621,
"narHash": "sha256-ddcX4lQL0X05AYkrkV2LMFgGdRvgap7Ho8kgon3iWZk=",
@ -676,7 +660,9 @@
},
"scripts": {
"inputs": {
"nixpkgs": "nixpkgs_5"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1730600020,
@ -694,7 +680,7 @@
},
"sops-nix": {
"inputs": {
"nixpkgs": "nixpkgs_6"
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1738291974,

View file

@ -26,7 +26,7 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
scripts = {
inputs.scripts.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:sadan4/scripts";
};
chrome-pak = {