Compare commits

...

3 commits

Author SHA1 Message Date
uku
73e41f1547
THE QUOTESSSS AAAAAAAAA 2024-11-07 23:40:20 +01:00
uku
ee0b8b46af
JA PIERDOLEEEEEEEEEEEEEEEEEEEE 2024-11-07 23:22:40 +01:00
8976a88dc6
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/4aa36568d413aca0ea84a1684d2d46f55dbabad7?narHash=sha256-Zwl8YgTVJTEum%2BL%2B0zVAWvXAGbWAuXHax3KzuejaDyo%3D' (2024-11-05)
  → 'github:nixos/nixpkgs/85f7e662eda4fa3a995556527c87b2524b691933?narHash=sha256-JwQZIGSYnRNOgDDoIgqKITrPVil%2BRMWHsZH1eE1VGN0%3D' (2024-11-07)
2024-11-07 22:14:21 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ jobs:
echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT" echo "commits=$(git log --oneline origin/main..HEAD)" >> "$GITHUB_OUTPUT"
- name: Create Pull Request - name: Create Pull Request
if: ${{ steps.update_lockfile.outputs.commits }} != "" if: ${{ steps.update_lockfile.outputs.commits != '' }}
run: | run: |
git push origin HEAD git push origin HEAD
curl -X POST \ curl -X POST \

8
flake.lock generated
View file

@ -22,16 +22,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730785428, "lastModified": 1730958623,
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", "narHash": "sha256-JwQZIGSYnRNOgDDoIgqKITrPVil+RMWHsZH1eE1VGN0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", "rev": "85f7e662eda4fa3a995556527c87b2524b691933",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }