Compare commits

..

2 commits

Author SHA1 Message Date
cy
e340e68470 cachix breaks now 2025-01-15 01:15:30 -05:00
cy
42d008176a test this pls 2025-01-15 01:14:31 -05:00
5 changed files with 12 additions and 28 deletions

View file

@ -11,7 +11,6 @@ jobs:
- .#attic-server
- .#conduwuit
- "github:cything/nixpkgs/97f27249297bf5fbc563014ae9d4884dee27f1e0#nixosTests.garage.with-3node-replication1_x"
- ".#nixosConfigurations.livecd.config.system.build.isoImage"
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
@ -26,11 +25,3 @@ jobs:
token: ${{ secrets.ATTIC_TOKEN }}
- uses: actions/checkout@v4
- run: nix build '${{ matrix.package }}'
- name: Compress Build Craft
run: |
tar cvf "./$(date -I).tar" ./result/*
- uses: actions/upload-artifact@v4
with:
path: ./*.tar
overwrite: true
retention-days: 7days

24
flake.lock generated
View file

@ -49,11 +49,11 @@
]
},
"locked": {
"lastModified": 1736864502,
"narHash": "sha256-ItkIZyebGvNH2dK9jVGzJHGPtb6BSWLN8Gmef16NeY0=",
"lastModified": 1734088167,
"narHash": "sha256-snPBgTqwn3FPZVdFC5yt7Bnk3squim1vZOZ8CObWykk=",
"owner": "nix-community",
"repo": "disko",
"rev": "0141aabed359f063de7413f80d906e1d98c0c123",
"rev": "65a441502c9382d41ada1adbc9bd31d6c9b00fe2",
"type": "github"
},
"original": {
@ -360,11 +360,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1736966948,
"narHash": "sha256-j9ysmoP7UJUEZdA1/Gjqa8zsx5gaq35PxRsaTBwgoWk=",
"lastModified": 1736789786,
"narHash": "sha256-YKr7RhOtFFl7metHJ2oWmPF5//mlvasFr1jJ0gLdNyQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "69b5cebd7cc197ee5885fa694465039c42a5c8dc",
"rev": "ba9f7942037ac78a690eb7e2c15f4869c9515eb4",
"type": "github"
},
"original": {
@ -392,11 +392,11 @@
},
"nixpkgs-garage": {
"locked": {
"lastModified": 1736921030,
"narHash": "sha256-A7knAvBOwoM5X7oNdIOKvuXYtXJpuR4O8iKHIk8EwOI=",
"lastModified": 1736657901,
"narHash": "sha256-KpbFF8d5cqcBF7+m5fXDcPn+ADg3kURbX49JGx18NXU=",
"owner": "cything",
"repo": "nixpkgs",
"rev": "97f27249297bf5fbc563014ae9d4884dee27f1e0",
"rev": "616be0a7b830a10d0874d569aabd40034c9151aa",
"type": "github"
},
"original": {
@ -437,11 +437,11 @@
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1736964246,
"narHash": "sha256-gb3ujURRlI/D5Jc8PUDOpJr8RyrTwnDDIDtnQK4upso=",
"lastModified": 1736784172,
"narHash": "sha256-dXvzw4LmupgZb2VfwclzygiIyfqjnmKhTdjHDun2rDg=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "5b068e7f8f2b6beaa1fafe0c8b3604b63bcccc2d",
"rev": "a54b752259ff16d340d270928ee603b4b9599192",
"type": "github"
},
"original": {

View file

@ -190,6 +190,5 @@
plugins.web-devicons.enable = true;
plugins.auto-save.enable = true;
plugins.indent-blankline.enable = true;
plugins.undotree.enable = true;
};
}

View file

@ -138,9 +138,4 @@
};
services.gnome-keyring.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}

View file

@ -116,5 +116,4 @@
programs.zoxide.enableZshIntegration = true;
programs.eza.enableZshIntegration = true;
programs.nix-index.enableZshIntegration = false;
programs.direnv.enableZshIntegration = false;
}