Fix container allModules import
Some checks failed
Check Flake / check-flake (push) Failing after 4s

This commit is contained in:
2023-10-18 21:11:36 -06:00
parent 5cae715fe6
commit 8623b39dc2
2 changed files with 5 additions and 11 deletions

View File

@@ -10,10 +10,6 @@ jobs:
check-flake:
runs-on: nixos
steps:
- name: Install dependencies
run: nix profile install nixpkgs#nodejs-18_x
- name: Checkout the repository
uses: actions/checkout@v3
with: