Compare commits

..

No commits in common. "c381bde8eab3998246dd7c31eb0047526a319224" and "d5427e76c31bee2c56a05fb5d597d48d3d900418" have entirely different histories.

4 changed files with 344 additions and 371 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v30 uses: cachix/install-nix-action@V27
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
extra_nix_config: | extra_nix_config: |

View File

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729459288, "lastModified": 1726222338,
"narHash": "sha256-gBOVJv+q6Mx8jGvwX7cE6J8+sZmi1uxpRVsO7WxvVuQ=", "narHash": "sha256-KuA8ciNR8qCF3dQaCaeh0JWyQUgEwkwDHr/f49Q5/e8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1e27f213d77fc842603628bcf2df6681d7d08f7e", "rev": "503af483e1b328691ea3a434d331995595fb2e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1729256560, "lastModified": 1726062873,
"narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", "narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", "rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,10 +39,10 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1729516261, "lastModified": 1726130808,
"narHash": "sha256-uvW3pAtku4QrCjkThTFwJjLmS5evHPSH6XBGZFHGquA=", "narHash": "sha256-RVunrPgmrED3m43ZwLdZuM0+zKtJIMyxr6j7yPwpwHg=",
"path": "/nix/store/yygrm3h9q9wslsdamcpahpzqzaag8rix-source", "path": "/nix/store/ymkmj47x7cb2kb286zy98xzmqm5nrl0v-source",
"rev": "282dfd5c7da86c7315c231b95e95d71b36f22347", "rev": "d286b1c8121d3f150815181a4b6b72f5353ab2db",
"type": "path" "type": "path"
}, },
"original": { "original": {

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ def readPackages(packageString, packages,version):
elif x[0] == "SHA256": elif x[0] == "SHA256":
packages[len(packages) - 1]["sha256"] = x[1].strip() packages[len(packages) - 1]["sha256"] = x[1].strip()
def generateFetchurl(version = "6.2.3", ubuntu_code = "jammy"): def generateFetchurl(version = "6.1.3", ubuntu_code = "jammy"):
packages = [] packages = []
packages32 = [] packages32 = []