Compare commits

..

No commits in common. "325ed687b2223af52ec9c7acd7e8191be69f5dc5" and "757ca5cecdf8a0476bb3f35a4cafc530fee69fc2" have entirely different histories.

4 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ jobs:
runs-on: kaylee
continue-on-error: false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main

View file

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main

View file

@ -512,17 +512,17 @@
]
},
"locked": {
"lastModified": 1764663772,
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
"lastModified": 1759997568,
"narHash": "sha256-xQyzPkgpgjAceJKwZhLU2//Y1jAmvPGOq80svqkWFhQ=",
"owner": "outfoxxed",
"repo": "quickshell",
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6",
"type": "github"
},
"original": {
"owner": "outfoxxed",
"repo": "quickshell",
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"rev": "3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6",
"type": "github"
}
},

View file

@ -35,7 +35,7 @@
};
quickshell = {
url = "github:outfoxxed/quickshell/26531fc46ef17e9365b03770edd3fb9206fcb460";
url = "github:outfoxxed/quickshell/3e32ae595f97bd2d2e5ed4512fb4bb25edb4eae6";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};